Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

Schulte Table Game 🎮⏳

Schulte Table Game using FLUTTER

The Schulte Table Game includes;

  • A grid with numbers from 1 to 25 on it (It is 5x5 box.),
  • A stopwatch that starts as soon as you hit a number,
  • A row that holds the last pressed number,
  • A row that holds the best score,
  • An information box that appears and says 'Yes! IT IS FINISHED! "Total Time: x hours x minutes x seconds"' when the game ends,
  • A button called 'RESET AND PLAY AGAIN!' that will replace the numbers on the boxes again, and reset the game and the stopwatch.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.