Sidhin S Thomas

Results 23 issues of Sidhin S Thomas

Need a class, which will handle sound. - [ ] Play a BGM - [ ] Provide interface to play sound effects. Something like ``` playSound(Sounds::EatFood); ```

New Feature
help wanted

The time is variable. Sometimes its after score=50 sometimes you could play till 120. But eventually this does happen.

bug

Options class to represent options menu the features in options not decided yet.

New Feature

The score variable should be displayed in game.

New Feature

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

New Feature

Currently the `string.h` contains prototype of many unimplemented functions such as `strcmp()`, `strcat()` etc.

Task
Easy

The current implementation of `printf` leaves much to be desired. Re-implement it to a better version. File: `libc/stdio/printf.c`

Task