Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 443 Bytes

File metadata and controls

36 lines (23 loc) · 443 Bytes

Bomberman JS remake

This is a work in progress

Single player JavaScript remake of Bomberman game for NES console (1983) using HTML5 canvas.

Setup

Navigate to cloned repo's directory and run:

npm install

To run dev server

npm run start

To build app

npm run build

Controls

  • ⏎ - start
  • 🡄 🡆 🡅 🡇 - walk
  • Ctrl - plant bomb

TODO

  • Split production/development env
  • Cover with tests