Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.31 KB

Footbomb

A real-time two-player web game built with Node.js, socket.io and HTML5 canvas. It is hosted on aws: ec2-54-254-162-181.ap-southeast-1.compute.amazonaws.com

Movements:
  • Press space to kick
  • Press enter to place bomb
  • Press up to move forward
  • Press down to move backward
  • Press left, right to turn
Pick-ups:
  • alt text: Raise your moving speed for 1 minute
  • alt text: Reduce your moving speed for 1 minute
  • alt text: Give you an extra life to play the game
  • alt text: Enable you to kick further for 1 minute
  • alt text: With that you can put a bomb wherever you want
  • alt text: Protects you from being bombed for 1 minute
To run on localhost:

Type

node server

within folder 'footbomb', then open http://localhost:8080 and enjoy the show!