sfml-snake icon indicating copy to clipboard operation
sfml-snake copied to clipboard

a file handler class

Open ParadoxZero opened this issue 8 years ago • 0 comments

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();

ParadoxZero avatar Dec 14 '16 05:12 ParadoxZero