sfml-snake
sfml-snake copied to clipboard
a file handler class
The class should abstract the file handling details and provide simple interface that can be used to load different data from settings and records etc. eg
data_file.getSetting(settingsOption::SnakeColor);
data_file.getHighScores();