This is a work in progress
Single player JavaScript remake of Bomberman game for NES console (1983) using HTML5 canvas.
Navigate to cloned repo's directory and run:
npm install
To run dev server
npm run start
To build app
npm run build
- ⏎ - start
- 🡄 🡆 🡅 🡇 - walk
- Ctrl - plant bomb
- Split production/development env
- Cover with tests