This is an attempt to clone the famous Plants vs. Zombies© game originally made by PopCap Games. It serves as the final project for our OOP course in HCMIU-VN.
Here is our Report
- Java Development Kit 11
Download the latest release and extract it, which contains 3 things:
- Resources
- PlantsVersusZombies.jar
- Executable scripts:
- RunPvZ.cmd ( Windows )
- RunPvZ.sh ( MacOS and Linux )
- Go to the extracted folder
- You may have to give the script executable permission ( MacOS and Linux )
- Double click the script to run it
In your favorite shell, cd to the extracted folder and run the command:
java -jar PlantsVersusZombies.jar
- Clone the project
git clone https://github.com/tri2820/PlantsVersusZombies
- Recommended: Use an IDE ( preferably JetBrains' Intellij IDEA ) to build
- Main class: root.PlantsVersusZombies