Skip to content

Game demo built on C++ and SDL2. Has Camera, Player, Timers, Spritesheets, and a basic Map functionality. MIT Licensed.

License

Notifications You must be signed in to change notification settings

H4tch/Basic-SDL2-Demo

Repository files navigation

Basic SDL2 Demo

This was my first coding project after learning the basics of C++. It was originally inspired by Plane of Goofiness. Screenshot

Dependencies

SDL2
SDL2_image
SDL2_ttf

You can install these libraries on Ubuntu by typing:

sudo apt-get install libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-ttf-2.0-0 libsdl2-ttf-dev

Build and run the Game

In the project's top level directory:

./build.sh ./sdl2-demo

Created 2012 by Dan Hatch

MIT LICENSE Badge

About

Game demo built on C++ and SDL2. Has Camera, Player, Timers, Spritesheets, and a basic Map functionality. MIT Licensed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published