Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 504 Bytes

File metadata and controls

23 lines (15 loc) · 504 Bytes

light_bikes_ruby

A bot for davishyer/light_bikes written in Ruby.

The actual AI for the bot is contained inside ./src/bot_logic.rb. All interaction with the server is inside ./src/light_bikes_client.rb.

Start

bundle install

ruby ./bot.rb -t -s lightbikes.server.com

Set your name

ruby ./bot.rb -n Tron

Join a predefined game

ruby ./bot.rb -g <gameID>

Run the bot logic against itself

ruby ./duel.rb

Help

ruby ./bot.rb -h