Skip to content

biren9/SocketIO-Bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

SocketIO-Bomberman

An online Bomberman game

USE:

Server

Run cli: node server.js

Client

Open http://localhost:8080 in a webbrowser

How to Play

Action Keyboard
UP W
LEFT A
DOWN S
RIGHT D
Bomb B
Block V

Demo

Demo

Updates

  • Add a server clock to synchronise calculations
  • Synchronise explosions
  • Better bombs
  • Every player has a username
  • Put the timer down if nobody is connected 😴

TODO

  1. Now I have to test everything again
  2. Limit requests
  3. As always, IMPROVEMENTS :-)

screen shot 2017-02-02 at 21 07 14