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

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).

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
```

![Screenshot](/screen.png?raw=true)