Skip to content

antonrufino/UP-vs-Zzztudentz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UP vs. Zzztudentz

Build Status

As if Plants vs. Zombies wasn't crazy enough already.

Running the JAR file

Run java -jar UPvZ.jar or double click if using Windows.

Building the game

  1. 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.
  2. Extract code from the zip archive.
  3. Navigate to the project directory/folder using cmd or terminal.

Ubuntu (might work on Mac)

First time build:

mkdir bin
make

All subsequent calls to make will build the game.

Windows

Create a bin directory in the project folder then run:

javac -d bin src/*.java

Known issues

  1. This game has been known to use up a large amount of resources. It may lag on low spec computers.
  2. An OutOfMemoryError is sometimes thrown on computers running Windows. No solution found as of writing.