Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gostreap/towerdefense
A TowerDefense game realized as a semester project at Paris Diderot University.
https://github.com/gostreap/towerdefense
java javafx tower-defense tower-defense-game
Last synced: about 2 months ago
JSON representation
A TowerDefense game realized as a semester project at Paris Diderot University.
- Host: GitHub
- URL: https://github.com/gostreap/towerdefense
- Owner: gostreap
- License: gpl-3.0
- Created: 2018-05-06T13:28:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T14:05:42.000Z (over 6 years ago)
- Last Synced: 2024-10-23T20:14:20.928Z (2 months ago)
- Topics: java, javafx, tower-defense, tower-defense-game
- Language: Java
- Size: 509 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TowerDefense
A TowerDefense game realized as a semester project at Paris Diderot University.# Installation
```
$ git clone https://github.com/gostreap/TowerDefense.git
```
Then to compile :
```
$ cd TowerDefense
$ make
```
And to run the game :
```
$ make run
```
If you want to compile and run at once :
```
$ make runAll
```
Finally to clean the compiled files :
```
$ make fclean
```# Pictures
![menu-screenshot](menu.png)