Hi and welcome to my personal page where I'll post about my games, projects and other stuff in my life.

Or visit the Big Archive

October 19, 2011

Grand Thief Arto

Here's me and Li's game for our school course. The game isn't tweaked too much but it's a game with some fairly cool ideas.

Grand Thief Arto

Download
Java runtime including source (0.2 MB)

Instructions
Your goal is to collect loot until you can escape through the entry point when you've collected enough to complete the level.

There are touchpads and lasers you need to shutdown by walking next to a computer or an electric board and shut them down from there. Otherwise you need to open doors and then just run around and collect.

You can either play by launching the bash script "play" directly in the folder or launch the game with:

java base.GameFrame
or
java -Xss2048k -Xms64m -Xmx1024m base.GameFrame

Or whatever your preferred way of launching java apps is. You obviously need the java runtime, otherwise you might fetch it from here.

You might need to create the binary files for it. Use the bash script "create" or do:

javac base.GameFrame

But it might not be necessary.

Controls
Arrow keys - Walk around
Space - Do action
Esc - Menu

Posted by Jonas Hietala in Games | Tagged Games, School, 10-Games-10-Languages

Add a comment:

Name (optional):

Website (optional):

This box should be left empty!

Your comment:

You can also use very simple markdown in your comment.

Use *italic* for italic and
**boldness** gives baldness.

It's really easy to insert a link:
<http://quicklink.com> = http://quicklink.com
[title](http://link.com) = title

Note that the link won't insert any http:// so you'll need to add that yourself.

Double enter will give you a paragraph or
end the line with three or more spaces for a hard break.

Use anything above or their html equivalents.