Hi everyone,
I’ve been working on this game on and off in my spare time for the last couple of years. I’d appreciate any feedback you guys can provide!
The premise: Build circuits from logic gates (AND, OR, NOT, NAND, NOR). If you build your circuit properly, the robot will reach the cake, and everyone will be happy!
The idea of making a game around logic gates was inspired by “Rocky’s Boots” and “Robot Odyssey” which I played on an Apple II in my childhood. The actual gameplay mechanics are very different in GrodBots, but I have to tip my hat to that game, which I’m still thinking of all these years later.
http://grodbots.googlecode.com/svn/wiki/grodbots_screenshot.png
The game is available at http://grodbots.googlecode.com/files/grodbots-1.0beta.jar. Just download and run. Should work fine on Java 5 and newer.
There is also a level editor, so you can make your own levels if you want. If you do that, besides being very happy, I’d be pleased to post them in the project’s download section for you. Get the level editor at http://grodbots.googlecode.com/files/grodbots_editor-1.0beta.jar, and make sure you put it in the same directory as the game (the editor jar is just a manifest that specifies a different Main-Class and depends entirely on the game jar).
Update: If you prefer WebStart, here are the launch URLs:
The game: http://grodbots.googlecode.com/svn/trunk/grodbots.jnlp
The level editor: http://grodbots.googlecode.com/svn/trunk/grodbots_editor.jnlp
Hope you enjoy, but please let me know either way!
-Jonathan