Skip to content

Attempting to create a game using the SDL2 framework.

Notifications You must be signed in to change notification settings

SpellChucker/SDLGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Attempting to create a game in SDL2.

To build, ensure you have SDL2, SDL2_image, SDL2_ttf installed then perform the following:

$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
$ make install

The executable will now be under /bin so you can run it from the root directory like:

$ bin/SDLGame

About

Attempting to create a game using the SDL2 framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published