user23052036 / Puzzle-Game

This is a fun little side-project i have been working on for some time. Its a puzzle game. Where numbers will be arranged randomly and you have to move each numbers within limited set of moves and time to get a desired sequence. This game is written completely in C. Was inspired to create this game after i played a similar game in play store.
GNU General Public License v3.0
5 stars 2 forks source link

Use time.h library to implement a stopwatch beside the game.. #7

Open user23052036 opened 4 weeks ago

user23052036 commented 4 weeks ago

Create a stopwatch which will be displayed beside the game, and will be used for measuring how much time the user took to finish the level.

Accordingly the user will be given points .