Skip to content

Ivarafa/game-dev-bomberman-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple bomberman for AI

This is a simple implementation of the game bomberman / playing with fire intended for AI-coding challenges.

Add your AI-code to a file in the ais directory. See the template for the basic structure. The only two requirements to the AI-code is that it has function makeAi(id) that returns an object with a get_action function and that it only uses imports from the info gate.

Local installation


  1. Clone this repository: git clone https://github.com/Ivarafa/game-dev-bomberman-ai.git
  2. cd game-dev-bomberman-ai
  3. npm install
  4. npm start
  5. See the game at http://localhost:3000

Participation


  1. During a competition, fork the project and clone your fork.
  2. Follow the steps above to run the game and create your AI. Then push your AI and create a pull request towards the tournament branch in the original repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published