Skip to content

Instantly share code, notes, and snippets.

@dirtshell
Created November 21, 2013 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirtshell/7584740 to your computer and use it in GitHub Desktop.
Save dirtshell/7584740 to your computer and use it in GitHub Desktop.
A robot for robotgame.org. This is me trying to solve an issue.
import rg
class DumbRobot:
def act(self, game):
print "HUZZAH"
return ['guard']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment