This repository was archived by the owner on Dec 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
About
Nolan Williams edited this page May 3, 2020
·
6 revisions
This is Connect the Numbers, a game where you try to fill in a specific pattern on a game board. The challenge is to do it in the least amount of time possible!
In this game, the player must connect every number to a number which is above and below each number. For example, the number 3 should be connected to 2 and 4.

This is where the player will set up their desired color scheme, difficulty, or choose the puzzle they would like to play. If you like your colors or wish to continue a game from this window, don't worry; all your settings are saved upon exiting the game!

The player may pause the game and stop the timer from counting down, but it hides the game board.

The player may wish to be the best at a certain puzzle. With this in mind, a Top 10 high scores window has been added. The player can sort this window by time to complete each puzzle and by puzzle number.
All requirements for this project were completed.
- Nolan Williams - WOW factors, created the puzzles, puzzle validation logic
- Justin Smith - UI, player settings
- Andrew Steinborn - High scores, timer, initial puzzle grid UI
No known bugs at this time.