Skip to content

Instantly share code, notes, and snippets.

@rlhh
rlhh / gist:99b0a37fd2bc168eab41
Last active August 29, 2015 14:01
travis.yml
language: ruby
rvm: 2.0.0
addons:
postgresql: "9.3"
cache: bundler
env:
# Seek&Destroy: Sample Bot
#
# Enjoys following and target and firing many shots
class SomeBot < RTanque::Bot::Brain
NAME = 'I_KILL_YOU'
include RTanque::Bot::BrainHelper
CORNERS = [:NW, :NE, :SE, :SW]
TURRET_FIRE_RANGE = RTanque::Heading::ONE_DEGREE * 5.0