/play

University of Bristol 1st year 2-person project. Penguin Jump is a 1 or 2 player arcade style game where you jump between fish to reach the greatest height possible.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Penguin Jump

Penguin Jump is a 1 or 2 player arcade style game written in Java, involving jumping between fish to reach the greatest height possible.

© Copyright 2010 Jonathan Simmonds & Rupert Bedford

License

The project's code is released under the GPLv3 license while the project's graphical content is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License. It was created by Jonathan Simmonds and Rupert Bedford.

Compilation Instructions

To compile and run:

    javac Play.java
    java Play

To compile, package and run:

    javac Play.java
    jar cfmv Play.jar Manifest.txt *.class images
    java -jar Play.jar