As if Plants vs. Zombies wasn't crazy enough already.
Run java -jar UPvZ.jar
or double click if using Windows.
- Download a copy of the source code and the assets. You can do this by clicking "Clone or download" on the upper right or by going to Releases and picking the version of the code you want.
- Extract code from the zip archive.
- Navigate to the project directory/folder using cmd or terminal.
First time build:
mkdir bin
make
All subsequent calls to make
will build the game.
Create a bin directory in the project folder then run:
javac -d bin src/*.java
- This game has been known to use up a large amount of resources. It may lag on low spec computers.
- An OutOfMemoryError is sometimes thrown on computers running Windows. No solution found as of writing.