Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)