A clone of the famous game Plants VS Zombies, written in Java, using JavaFX for the User Interface. This was a course project for Advanced Programming during the Monsoon 2019 term at IIIT Delhi.
- Smooth animations using JavaFX keyframes.
- 12+ characters inside the game.
- Save the game at any point in between the game.
- And much more...
- Clone the repo on your desktop.
- You must have JavaFX installed and the .jar files must be present in
/usr/share/openjfx/lib
for the game to run. - Move to
src
. - Run
make
in src and thenmake run
. - Enjoy.
Dhruv Sahnan and Sargam Monga
Advanced Programming | Monsoon'19
IIIT Delhi