A simple Snake game made with Ruby using Gosu.
Dependencies:
Run the main.rb file.
- Make more levels beyond #2.
- Make better apple spawn restrictions so that apples cannot spawn within walls or the snake's body.
- Make a working save/load method.
- Improve collision with apples when coming from right or down.
- Press P to pause.
- Press Esc to exit the game.
- Press 1 through 5 in-game to dynamically change the difficulty.
- Press 9 and 10 for 'secret' cheats.