Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 155 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 155 Bytes

Game

this is a SDL2 game

Build the game

sudo apt-get install libsdl2-dev libsdl2-image-dev
mkdir build
cd build
cmake ..
make
./game