Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.09 KB

tanks-final

LHL bootcamp final group project A multiplayer casual game with up to four people Share unique room codes to play from private lobbys Demo live https://lhltanks.herokuapp.com/ Currently no mobile support

Controls

Use WASD or arrow keys to move, SPACEBAR to shoot

Screenshots

"Title screen"

"Waiting room"

"Game"

Dependencies

  • express
  • socket.io
  • webpack
  • Phaser 3
  • Javascript ES6
  • Deployment on Heroku platform

Future

  • improve multiplayer experience
  • complete Game loop with end game to play again
  • complete animations
  • more power ups
  • alternate maps
  • re-implement random box
  • change to server authoritive for location and collision checks
  • load balancing and clean up of socket calls
  • refactor rushed code to use more classes to dry up code base
  • add audio
  • possible expansion into user profiles skins pets purchases etc.