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
- Host: GitHub
- URL: https://github.com/nishantholla/snake
- Owner: nishantHolla
- License: mit
- Created: 2023-08-02T15:51:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T13:54:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:41:37.493Z (over 1 year ago)
- Topics: cpp, linux-app, sdl2, snake-game
- Language: C++
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```