Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
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.

Initial Setup Window

image

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!

Main Game

main_window

Pause Functionality

2020-05-02 20_54_05-PopOS-JTS - VMware Workstation

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

High Scores

2020-05-02 21_20_52-PopOS-JTS - VMware Workstation

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.

Requirements Completed

All requirements for this project were completed.

Who did what?

  • Nolan Williams - WOW factors, created the puzzles, puzzle validation logic
  • Justin Smith - UI, player settings
  • Andrew Steinborn - High scores, timer, initial puzzle grid UI

Bugs

No known bugs at this time.