mettil13 / Alberts-Tale

Platform game for the project of Programming course at the University of Bologna A.A. 2020/2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Albert's Tale

Little game for the project for the Programming course at the University of Bologna A.A. 2020/2021.

Albert is the name of the snowman in the first level.

To compile the project is required to have make and g++ installed on Windows (it's suggested to use MinGW):

cd src

make

To remove the object files use make clean.
To also remove the final executable use make rmproper.

To modify any parameter edit the "util/Config.hpp" and "util/Config.cpp" files and recompile the project.

The makefile used is originally from https://github.com/carrieje/mysetup

About

Platform game for the project of Programming course at the University of Bologna A.A. 2020/2021

License:GNU General Public License v3.0


Languages

Language:C++ 98.1%Language:Makefile 1.9%