Ousret / EasySDL-Sample

Little game made out with ESDL lib. Feel free to improve.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasySDL-Sample

Little game made out with ESDL lib. Feel free to improve. Using ESDL 0.6.x software rendering.

Prerequisite: EasySDL 0.6.x

CMake is needed.

$ git clone https://github.com/Ousret/EasySDL/
$ cd EasySDL/
$ cmake -G"Unix Makefiles"
$ make
$ sudo make install

Then clone & build this app.

$ git clone https://github.com/Ousret/EasySDL-Sample.git
$ cd EasySDL-Sample/
$ make
$ ./Sample

About

Little game made out with ESDL lib. Feel free to improve.

License:GNU General Public License v3.0


Languages

Language:C 95.7%Language:Makefile 4.3%