Each folder has its own readme-file with detailed descriptions of the folder's contents.
Includes the project documentation as well as the project's source code documentation in pdf files.
Includes the project plan pdf file.
Includes various files used for building the project. The source code is located in the subdirectory src/TowerDefence along with a readme-file.
Includes the test files that were used in the testing phase of the program.
- Open the folder named 'doc'.
- Open the pdf-file called "project_documentation.pdf"
- Read parts 3, 4 and 5.
- From the Git repository, click on the download button in the top right corner of the browser and choose the .zip option.
- Unzip the project to a folder of your choosing. The project folder should be called “tower-defense-8-master”.
- Launch Qt Creator and navigate to the top left corner, click File -> Open File or Project
- Navigate to the project folder that you just downloaded, open it and select the file named “CMakeLists.txt” located in the root of the folder.
- Click configure
- To compile and run the program, click the Green play button in the bottom left corner of the IDE.