Skip to content

gobzila/bomberman-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman Multiplayer

2 Player Game written in JavaScript

Initial Setup

  • Install npm packages
yarn

Run

yarn start

Server will run on port 8081

Play

  • On your local machine you can enter the game accessing localhost:8081 in browser
  • External devices can enter the game accessing {your_external_ip_address}:8081 in browser
    • !! Make sure that your 8081 port is open for extarnal access

Control

  • UP, DOWN, LEFT, RIGHT - change player position
  • SPACE - place a bomb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published