A simple 2D platformer built with SDL2 for the Udacity C++ Nanodegree.
The following platforms are supported:
- Windows: Tested on Windows 10 Professional 64-bit
- Mac OS X: Tested on macOS Catalina 10.15.3
- Linux: Currently untested
- cmake >= 3.7
- All OSes: click here for installation instructions
- make >= 4.1 (Linux, Mac), 3.81 (Windows)
- Linux: make is installed by default on most Linux distros
- Mac: install Xcode command line tools to get make
- Windows: click here for installation instructions
- gcc/g++ >= 5.4
- Linux: gcc / g++ is installed by default on most Linux distros
- Mac: same deal as make - install Xcode command line tools
- Windows: recommend using MinGW
- SDL2 >= 2.0
- All OSes: click here for installation instructions
- Linux: an
apt
orapt-get
installation is preferred to building from source.
- SDL2_image >= 2.0
- GLM (located in external)
- Clone this repo
- Make a build directory in the top level directory:
mkdir build && cd build
- Compile:
cmake .. && make
- Run it:
./JampyVsZombies