Skip to content

Lingelo/bomberman.js

Repository files navigation

Bomberman.js

Bomberman.js is a version of the famous Bomberman game rewritten in JavaScript (vanilla JS). The resources (images and sounds) are sourced from the Bombermaaan project.

Getting Started

npm install       
npm run start

How to Play

  • 👉 You can test it here

Key Mappings

Input Key Action
Keyboard ⬇️ Move selection down
Keyboard ⬆️ Move selection up
Keyboard 🔁 Enter the menu
Controller Place a bomb
Controller ⬇️ Move down
Controller ⬆️ Move up
Controller ⬅️ Move left
Controller ➡️ Move right

Contributing

Pull requests are welcome ;)