/jampy-vs-zombies

A simple 2D platformer built with SDL2 (WIP)

Primary LanguageC++

Jampy vs Zombies

A simple 2D platformer built with SDL2 for the Udacity C++ Nanodegree.

Platforms

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

Tools Required

Library Dependencies

Basic Build Instructions

  1. Clone this repo
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./JampyVsZombies