Skip to content

Instantly share code, notes, and snippets.

@pauldub
Created August 25, 2014 10:22
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 pauldub/0737066a2c03a6460e1c to your computer and use it in GitHub Desktop.
Save pauldub/0737066a2c03a6460e1c to your computer and use it in GitHub Desktop.
Vindi usage
game := Vindi newGame("my_bot_key")
next_turn := game move("Stay")
next_turn := next_turn move("North")
# etc..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment