A node js bomberman clone for unistra students Made in one-ish week
Built with express and socket.io
https://bomberps.herokuapp.com/
Use zqsd or arrow key to move Spacebar to drop bombs
First install dependencies with
yarn
To build client pages (in dev mode) use
yarn dev
To start node server use
yarn start