Temple of The Roguelike Forums
Announcements => Traditional Roguelikes (Turn Based) => Topic started by: idontexist on December 03, 2008, 10:41:01 PM
-
Well I finally made a roguelike game.
Get Out is a simple roguelike game where you need to escape 10 levels of a building. You('@') must first get the keycard ('!') then get to the stairs ('>') while avoiding the policeman ('&').
The game is played with the keypad with numlock off or the arrow keys. 'q' to quit.
Get Out was made by James E. Ward with some code taken from programs by Joseph Larson and Ido from Cymon's Games. It was made with Bloodshed's DevC++ development enviroment. Copyright 2008 James E. Ward
It can be found at:
http://code.google.com/p/getout/
I have been wanting to use YAFRLP as a post title for months.
-
How about some screenshots or a gameplay vid?
-
http://www.freewebs.com/idontexist/getoutss1.JPG
(http://www.freewebs.com/idontexist/getoutss1.JPG)
Gotta be sneaky
http://www.freewebs.com/idontexist/getoutss2.JPG
(http://www.freewebs.com/idontexist/getoutss2.JPG)
Damn Pig
-
Better to put it on the google code page, so that people can see it before they try the game.
-
Done. Thanks for the advice.