https://github.com/jf17/hello-sdl
SDL2 example game (snake).
https://github.com/jf17/hello-sdl
cpp example linux sdl2
Last synced: 11 months ago
JSON representation
SDL2 example game (snake).
- Host: GitHub
- URL: https://github.com/jf17/hello-sdl
- Owner: jf17
- Created: 2020-07-05T14:56:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T21:53:42.000Z (over 5 years ago)
- Last Synced: 2025-01-12T09:28:43.197Z (about 1 year ago)
- Topics: cpp, example, linux, sdl2
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-SDL
## install dependencies :
```bash
sudo apt install g++ libsdl2-dev -y
```
## build :
```bash
./build.sh
```
## run :
```bash
./snake
```
