A simple multiplayer web game, using sockets and canvas. Players run through a dungeon and attack laughably easy enemies.
Checkout the project with
git clone https://github.com/leebradley/BomberBox.git
Install with yarn
Run the game server with yarn run start
Open Chrome and visit http://localhost:8080/
I recommend Atom with the following packages:
BomberBox is server-based. To start a server, run this command:
node bomberboxserver.js --host [your ip address]
Start playing by opening a browser and going to the entered IP address on port 8000.
The game server runs on port 6114.
This project is licensed under the standard MIT license. See the LICENSE file.