/cppdash

CTU FEE Y36PJC Simple Boulder Dash clone class project written in C++ and SDL

Primary LanguageC++OtherNOASSERTION

INSTALLATION
============

This is really not meant to be installed. You can build it and run it. Make
sure you have installed following packages:

CMake
libSDL-devel

Untar archive to folder called cppdash. Then:
$ cd cppdash
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cppdash ../map.txt