Change Log
- Added the following parameters:
game_fps
- Rate at which the game updates.input_fps
- Rate at which input is processed from the queue.snake_color_*
- Color of the snake in its RGB components.fruit_color_*
- Color of the fruit in its RGB components.grid_color_*
- Color of the grid in its RGB components.
- Misc. bug fixes
- More comments