aswd = Move
w + o = Run
p = Shoot I think
o + p = Shoot machine gun style
Player controls a robot animated with a FSM. Another robot patrols in a square, and wanders to a new location to patrol in a square if the player bumps into him. The third robot follows the wandering bot. All three are implemented using a FSM.
aswd = Move
w + o = Run
p = Shoot I think
o + p = Shoot machine gun style
this game might be good if there was something to actually do