Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 589 Bytes

Game scratch by sdl


Summary

Learn Sample game frame by sdl.

Ubuntu develop environment.

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

Document

  • docs/SDL Game Development.pdf

Install Dependent Repository

git submodule init
git submodule update

Compile

cmake -B build -S .
cmake --build build -j

Run

./build/Gamedebug