The classic game of Snake using C!
- GCC and Make (See installation instructions for your Linux Distro. )
- SDL (See: https://wiki.libsdl.org/Installation)
To install:
- Install pre-requisite software (See Requirements)
- Clone/download snaCe
- Run the
makecommand on the same directory as the repo - Run
run_snake
- Directional Keys : Change Direction of Snake
- q : Quit
- r : Restart
- Add a start menu
- Add a scoring system
- Add music and Sound FX
