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
3 stars 2 forks source link

Implementing file system #5

Open user23052036 opened 2 weeks ago

user23052036 commented 2 weeks ago

I want to implement a file system into this game.. which stores users scores and highest scores achieved.

Ziphozenkosimthombe commented 1 week ago

so do you mean like the score maybe should be stored on the score.txt file?

user23052036 commented 1 week ago

Yes! The score should include some of the parameters:

1) Number of moves taken to complete 2) Time taken to complete the level