Bomberland

screenshot of Bomberland

Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code

Overview

Bomberland is a multi-agent AI competition inspired by the classic console game Bomberman. Participants can build intelligent agents using strategies from tree search to deep reinforcement learning. The goal is to compete in a 2D grid world where players collect power-ups and place explosives to take down opponents. This repository contains the Bomberland engine and starter kits for working with the game engine.

Features

  • Multi-agent AI competition inspired by Bomberman
  • Intelligent agents can be built using strategies from tree search to deep reinforcement learning
  • 2D grid world where players collect power-ups and place explosives
  • Repo contains starter kits for working with the game engine + engine source
  • Open AI gym wrapper for using the game engine as an Open AI gym environment
typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.