PDA

View Full Version : Territory Wars



dINGLE
20-01-2009, 09:23 PM
Territory Wars is a two player game/prototype I coded about 2 years ago, before I knew there was such as thing as Game Maker.

Its part timing, part strategy. You basically have to launch the balls at a place on the wall, then the balls will push the wall. If a player pushes the wall to the opposite side of the screen, that player wins. Once you have launched all the small balls, you get to launch The Big Ball.

The 'levels' are procedurally generated, so that should give some variation.

It was made in Java, which means you will need it installed to play
[it can be found here (http://java.com/en/download/manual.jsp), at about 15MB], but it also means that the game is only 33KB.

Let me know what you think

http://willhostforfood.com/users/dINGLE/2.jpg

http://willhostforfood.com/users/dINGLE/1.jpg

Download Jar File(33KB) (http://willhostforfood.com/dl.php?fileid=50632) or Classes with a batch file (http://willhostforfood.com/dl.php?fileid=50712), both require Java (http://java.com/en/download/manual.jsp)]

BlackCid
21-01-2009, 08:36 AM
It was made in Java, which means you will need it installed to play
[it can be found here (http://java.com/en/download/manual.jsp), at about 15MB], but it also means that the game is only 33KB.

Let me know what you think


Download (http://willhostforfood.com/dl.php?fileid=50632) [33KB, Requires Java (http://java.com/en/download/manual.jsp)]

I do have the latest java but how do I play it since there's no batch file to execute! which class contain the Main Method? should I choose to execute it from the cmd prompt.

dINGLE
21-01-2009, 09:10 AM
On my PC I just double click the Territory_Wars.jar file
What OS are you running?

The class that has the main method is 'GameEngine', but the .jar file knows which class to execute, so you should just be able to execute the jar file.

Does anyone else know something I don't about jar files?

dINGLE
21-01-2009, 09:54 AM
Ive added the class files and a batch file here (http://willhostforfood.com/dl.php?fileid=50712), try that

EDIT: it would be much appreciated if someone could let me know if it runs properly, thanks