Skip to content

create a game loop from scratch using the C programming language and SDL

License

Notifications You must be signed in to change notification settings

HomeniqueM/GameLoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameLoop

Create a game loop from scratch using the C programming language and SDL


Dependencies

  • Debian

GCC compiler

sudo apt install build-esssential

SDL

sudo apt install libsdl2-dev
  • Arch

GCC compiler

sudo pacman -S gcc

SDL

sudo pacman -S libidl2

Executed

Run from root folder

Bluid

make

Run

makr run

About

create a game loop from scratch using the C programming language and SDL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published