Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francescopasin/tower-defense

C++ and QT tower defense game
https://github.com/francescopasin/tower-defense

cpp qt tower-defense

Last synced: 2 months ago
JSON representation

C++ and QT tower defense game

Awesome Lists containing this project

README

        

# CPP - Crush Poor Programmers
## A c++ tower defense game

OOP project for Unipd.
The version given to the prof is the one in the '1.0.0' release

QT library: https://www.qt.io/
c++ guide lines: https://google.github.io/styleguide/cppguide.html

## Compiling and running
This project has been created for Qt version 5.9.5 and tested on Linux and Windows.
To build the project you can run the `buildAndRun.sh` script, that does the following:
```
sudo apt-get install -y qt5-default
mkdir build
cd build
qmake ../TowerDefense.pro
make
./TowerDefense
```

The executable will be automatically runned and can be found in the `build` folder.

### Authors
[Simone Urbani](https://github.com/URBA22)
[Francesco Pasin](https://github.com/francescopasin)