Skip to content

Aleshere/snake-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake Multiplayer in Vanilla JS

A fully working replica of thepopular game.
*Two snakes, same food. Head to head. *

What I have learned/reviewed building this

Build FE and BE able to "talk" to each other
Collision detection
Dual architecture ti support multiplayer mode
Sockets
Protected room numbers
Deployment with a server

     

About

  • Based on a Youtube tutorial by Traversy Media.
  • I already worked with sockets but this was another level of complexity.
  • I am pleased I managed to make it work, and could not find bugs.
  • Project status: online and working