Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code
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.
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.