Sha256: 7bd81d7ffc4df2a6bac87c343c5321466e87901de580f3056a09b73f22b44a5f

Contents?: true

Size: 324 Bytes

Versions: 8

Compression:

Stored size: 324 Bytes

Contents

# This file should require your bot and create a $bot.
# You are free to rename your bot class, name or restructure your code as long
# as $bot is created correctly. if not, your ladder bot will break.

require_relative "<%= @bot_file %>"
$bot = <%= @classname %>.new(name: "<%= @botname %>", race: Api::Race::<%= @race %>)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sc2ai-0.2.0 lib/templates/new/boot.rb.tt
sc2ai-0.1.0 lib/templates/new/boot.rb.tt
sc2ai-0.0.8 lib/templates/new/boot.rb.tt
sc2ai-0.0.7 lib/templates/new/boot.rb.tt
sc2ai-0.0.5 lib/templates/new/boot.rb.tt
sc2ai-0.0.4 lib/templates/new/boot.rb.tt
sc2ai-0.0.3 lib/templates/new/boot.rb.tt
sc2ai-0.0.2 lib/templates/new/boot.rb.tt