- Note: For cross platform build checkout branch cmake-build
- Main Menu State - Displays main menu
- Game Play State - The actual game play
- Pause Game State - Pause screen
- Game Over State - Displays game over screen
- Snake can be controlled with arrow keys
- Snake automatically advances 16px
- Food gets randomly placed
- Snake can eat food to grow in length
- Each food increase player score by 1 point
- Requirements
- C++ compiler
- Make
- SFML lib
- Just run make command to generate the executable