# Use the ladder's boot.rb file and configure there require "./boot.rb" # Or simply, create by hand #my_bot = MyBot.new(name: "Botname", race: Api::Race::RANDOM) # Start a match Sc2::Match.new( players: [ $bot, Sc2::Player::Computer.new(race: Api::Race::RANDOM, difficulty: Api::Difficulty::VERY_EASY) ], map: "GoldenAura513AIE" # Or any of the downloaded map names ).run