/multiplayer-snake

multiplayer-snake game

Primary LanguageJavaScriptMIT LicenseMIT

multiplayer-snake

Online version at https://morning-cove-80203.herokuapp.com/

Localhost address http://localhost/

Code for multiplayer snake game is based in this tutorial on the Traversy Media YouTube channel.

To deploy this version to Heroku you need only github deploy configuration so this is a more simple version to deploy than this video.

Improvements:

  • More than 2 players logged on game simultaneous.
  • Url with room id parameter.
  • When a player join the room a cpu will be created with A*Star algorithm.
  • Several empty blocks with white border as obstacles.