HomeniqueM / GameLoop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 98.1%Language:Makefile 1.9%