Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 441 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 441 Bytes

Tanks

A from-scratch re-creation of the popular Wii Play game Tanks in Java with Swing. I wrote enemy tank AI with pathfinding using A star, and real time bullet trajectory calculations with more advanced tanks using banking wall shots more effectively. I also made a level editor for easily implementing the exact level designs from the original game, and creating custom levels.

This needs Java 12 to run for the new switch statements.