Skip to content

Instantly share code, notes, and snippets.

View cySheng's full-sized avatar
🏠
Working from home

Sheng cySheng

🏠
Working from home
View GitHub Profile
@cySheng
cySheng / eth_lover.rb
Created August 1, 2017 13:35
tankman
class EthLover < RTanque::Bot::Brain
NAME = 'EthLover'
include RTanque::Bot::BrainHelper
def tick!
# head right
x = rand(1..4)
case x
when 1