The-Brothers / ClickColor

Puzzle game using C/C++ and SDL
GNU General Public License v3.0
2 stars 4 forks source link

Data storage #10

Open runys opened 11 years ago

runys commented 11 years ago

Store at a local file a per level score board where the nickname (3 letters name) and the number of clicks will be saved. The first place will be the person with the least number of clicks. The priority order is based on time. Who get the least number of clicks first gets the first place, the next person gets the second place. The scoreboard will be limited by 10 entries per level.

runys commented 11 years ago

Consider using YAML for store the data.