Sidhin S Thomas
Sidhin S Thomas
Need a class, which will handle sound. - [ ] Play a BGM - [ ] Provide interface to play sound effects. Something like ``` playSound(Sounds::EatFood); ```
The time is variable. Sometimes its after score=50 sometimes you could play till 120. But eventually this does happen.
Options class to represent options menu the features in options not decided yet.
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(); ```
Currently the `string.h` contains prototype of many unimplemented functions such as `strcmp()`, `strcat()` etc.
The current implementation of `printf` leaves much to be desired. Re-implement it to a better version. File: `libc/stdio/printf.c`