An open API service indexing awesome lists of open source software.

https://github.com/nishantholla/snake

Classic snake game using SDL2
https://github.com/nishantholla/snake

cpp linux-app sdl2 snake-game

Last synced: 3 months ago
JSON representation

Classic snake game using SDL2

Awesome Lists containing this project

README

          

# snake
Classic snake game using SDL2

## Installation (for linux)

- Clone the repository
```bash
git clone https://github.com/nishantHolla/snake.git
```

- Run debug script
```bash
cd snake
chmod u+x debug.sh
./debug.sh
```