An online Bomberman game
Run cli: node server.js
Open http://localhost:8080 in a webbrowser
Action | Keyboard |
---|---|
UP | W |
LEFT | A |
DOWN | S |
RIGHT | D |
Bomb | B |
Block | V |
- Add a server clock to synchronise calculations
- Synchronise explosions
- Better bombs
- Every player has a username
- Put the timer down if nobody is connected 😴
- Now I have to test everything again
- Limit requests
- As always, IMPROVEMENTS :-)