A Java Project (2016) in NCU CSIE.
- At the beginning of the game, you have 300 dollars and 3 health points.
- The invaders will show up one by one and leave for your base. If one invader arrives at the base, you lose 1 health point. When you lost all your hp point, the game is over.
- To stop the invaders from arriving at your base, you need to spend 100 dollars for set up a turret. When the turret kill off an invader, you get some money as reward.
This is the final project of Introduction of Java/C++ and Fundamental Concepts of Computer Science/Engineering in NCU CSIE, Taiwan.
- Clone this project.
- move the .png files from ./material folder to ./Tower-defense-game folder.
- Use Java interpreter to run
Main.java
.