Skip to content

ameliabradley/BomberBox

Repository files navigation

BomberBox

A simple multiplayer web game, using sockets and canvas. Players run through a dungeon and attack laughably easy enemies.

BomberBox Gameplay

Setting up

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/

Developing

I recommend Atom with the following packages:

Playing

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.

License

This project is licensed under the standard MIT license. See the LICENSE file.

About

Simple multiplayer web game, using sockets and canvas

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages