Skip to content

Instantly share code, notes, and snippets.

View calumhalcrow's full-sized avatar

Calum Halcrow calumhalcrow

View GitHub Profile
class WarBastard < RTanque::Bot::Brain
NAME = 'WAR BASTARD'
include RTanque::Bot::BrainHelper
@direction = true
def tick!
command.speed = 8
@direction = !@direction if rand(200) < 2
class WarBastard < RTanque::Bot::Brain
NAME = 'WAR BASTARD'
include RTanque::Bot::BrainHelper
@direction = true
def tick!
command.speed = 8
@direction = !@direction if rand(200) < 2