Skip to content

alick97/game_scratch_by_sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

learn game coding by sdl from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published