Skip to content

Commit

Permalink
Update bot template [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
awilliams committed Mar 13, 2013
1 parent 1f11456 commit 318b060
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/bot.erb
Expand Up @@ -4,8 +4,14 @@ class <%= @bot_class_name %> < RTanque::Bot::Brain

def tick!
## main logic goes here

# use self.sensors to detect things
# See http://rubydoc.info/github/awilliams/RTanque/master/RTanque/Bot/Sensors

# use self.command to control tank
# See http://rubydoc.info/github/awilliams/RTanque/master/RTanque/Bot/Command

# self.arena contains the dimensions of the arena
# See http://rubydoc.info/github/awilliams/RTanque/master/frames/RTanque/Arena
end
end
end

0 comments on commit 318b060

Please sign in to comment.