This is a tower defense game with a gameplay similar to Plants vs Zombies. The main objective is to survive the attack of the aliens by generating income and placing astronauts to destroy the aliens.
These instructions will get you a copy of the project up and running on your local machine.
- Eclipse
- JavaFX
- Java8
Once Eclipse is intalled, select under the project's properties, to compile using Compiler's Compliance Level 1.8.
Properties -> Java Compiler -> Enable Project Specific Settings -> Compiler Compliance Level -> 1.8
Once selected, run AstronautsVsAliens.java as a Java Application.
Tests are performed using JUnit testing.

