Building your first battle bot is easy. Create it from a few blocks in Blockly or start with the already provided template. Bots are coded with easy command like move(), shoot() or sensing walls and other enemy bots.
Start with easy bots with Blockly or develop complex logic in JavaScript. Every bot runs its own code, independents from other players. Start simple and enhance your bot over time to include advanced strategies and algorithms.
Competition is everything. Run your bot in an online arena against other bots. The arena is an online real-time multiplayer game that runs 24/7. Deploy you your bot in the arena and keep enhancing it.
The online arena runs daily challenges. Score by creating a bot that shoots enemy bots and captures more flags than others. The smarter the code, the higher the rank.