Added Highscore system
Fix #3 by adding new HighscoreModule class that interacts with file highscore.txt and can store up to 10 top players by level completion (or time if they reached same level)
CppGame/HighscoreModule.cpp
0 → 100644
CppGame/HighscoreModule.h
0 → 100644
CppGame/highscore.txt
0 → 100644
Please register or sign in to comment