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.
npm install
npm run start
- 👉 You can test it here
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 |
Pull requests are welcome ;)