alirezaomidi / SuperMario-Allegro-Cpp

Simple Super Mario in Allegro C++ & The Final Project of Course Advanced Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Mario In Allegro C++

This project is the final project of Course Advanced Programming. I wrote this game using Allegro library in the 2nd semester.

Install

Before running the game, you need to install Qt 5 and Allegro 5. Click on the links or use your package manager to install them. Then:

git clone https://github.com/alirezaomidi/SuperMario-Allegro-Cpp
cd SuperMario-Allegro-Cpp/
qmake && make

Running

build/Mario-Allegro

Super Mario

I remember it had no bugs as I was presenting it to my teacher but now, after 2 years, it has lots of bugs. Don't know why :D

Anyway... Enjoy :)

License

This project is licensed under MIT Public License.

About

Simple Super Mario in Allegro C++ & The Final Project of Course Advanced Programming

License:MIT License


Languages

Language:C++ 97.1%Language:QMake 2.9%