___________________Defuse
Download the Defuse Project Here
For computer programming class, we were supposed to program something that tought an audience something, while at the same time was fun. Somehow that changed to us being told to write a tic-tac-toe game.
Anyways, I left it to the last second (handed it in today) and ended up staying up the last 2 nights in a row programming the thing from start to finish / doing all of the graphics.
The result of my heacaches: Defuse
Objective: Navigate around a 2D grid-like map (8 x 8) finding and defusing bombs. Behind the safety of your defusal-robot, view each bomb's "visual basic source code" (not the actual source, but a made-up vb source), using your variable tracking skills to find out what the DEFUSE variable is by the end of the code. Enter the defuse value, and if you're correct the bomb is defused. Incorrect defusal attempts result in a 10 second loss. If time runs out, its game over.
Controls: Arrow keys to move, Spacekey to activate bomb-defusal tool, P to pause.
Game comes complete with a Map Editor program, and a Game Manager application that lets you gather all of your maps, turn them into levels, give each level it's data (the bomb code, the level time, etc), and export to a .defuse file.
Screenshots:
It has a few problems here and there, like I forgot some error handling for when blank / corrupt game files are opened, but overall it works pretty good for 2 days of programming IMO.
- RUC'