Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/francescopasin/tower-defense
- Owner: francescopasin
- License: gpl-3.0
- Created: 2020-12-29T09:56:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T09:45:48.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T20:55:40.668Z (5 months ago)
- Topics: cpp, qt, tower-defense
- Language: C++
- Homepage:
- Size: 1.09 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPP - Crush Poor Programmers
## A c++ tower defense gameOOP project for Unipd.
The version given to the prof is the one in the '1.0.0' releaseQT 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)