This page contains information on the Game Environment.

For an introductory tutorial on creating your first bot and getting familiar with the game environment, first check out:

If you didn't find what you were looking for, try checking the FAQ:

FAQ

Key:

code

Python structure (e.g. class, object, method)

Data structure (e.g. Bool, int, str)

🐉 Dungeons & Data Structures

<aside> 🏴‍☠️ You've found yourself in a dungeon filled with traps... and treasures! Unfortunately you're not the only one here... and who knows how long these crumbling floors will hold up?

</aside>

In Dungeons & Data Structures you control an explorer navigating an abandoned dungeon. Your goal is to collect as much treasure as you can within the time limit by picking up abandoned loot or destroying treasure-containing crates - while avoiding getting hit yourself!

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/179e8b20-45f0-408b-a109-cac9a9e25fe1/dungeons_new.gif

🎲 Game Rules

<aside> 🏆 Winning conditions The winner of a game is the last bot standing, or the bot that scores the most points at the end of 180 seconds (i.e. 1800 game 'ticks'). The winner of the match is determined by a Best-of-3. Each match contains 2 players.

</aside>