Report as inappropriate.
ATTENTION: this game will not run through most browsers due to the default heap size set by the JRE. For a means to get past this please read below. Sorry for the inconvenience. For the Jar file of this game: http://www.zug-zug.com/files/Tobi_v8.jar
Tobi was our senior project for NMSU. Unfortunatly the game is too large and has too much overhead for the standard settings on the Java Runtime Enviroment. If you are using Windows please read the how to on running Tobi in Windows.
<Controls>
Movement: a, d
Jump: spacebar (double tap and hold for double jump)
Aiming: done via the mouse
Fire: mouse left click (hold down to charge more powerful bullets)
GodMode: g (implemented for testing)
HOW TO RUN ON WINDOWS. Place the jar file in your jre6 bin folder.
for me this is located at c:\Program Files (x86)\Java\jre6\bin
Then open up the command prompt and change your directory to your bin folder
cd c:\Program Files (x86)\Java\jre6\bin\
Then open the jar file using this command
java -Xms32m -Xmx256m -jar Tobi_v8.jar
This will increase the heap size allocation of the program.
Having issues getting the code to run in the Greenfoot IDE?
We had to change the the Greenfoot.defs file located in greenfoot\lib in order to increase the heap size for our game. Simply add the following text at the end of the last line of the file...
-Xmx512M
12089 views / 15 in the last 7 days
22 votes | 0 in the last 7 days
This scenario is a member of: Scenario showcase, epics
Visit the web page for this scenario.
Want to leave a comment? You must first log in.
2010/6/5
2010/6/24
2010/7/3
2010/7/3
2010/7/30
2010/8/2
2010/10/21
2010/11/6
2015/4/26
2015/4/26