blami / cppdash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:C++ 81.9%Language:CMake 10.9%Language:C 7.1%