Skip to content

Srinu2568/snake-game-multiplayer

Repository files navigation

snake-game-multiplayer

A 2d multiplayer snake game using socket io.

Getting started

Deployment

The game is deployed on render. You can find the game here.

demo

How to Play!

  • User can create the Room id, and send it to other user or can be joined by an id.
  • After both the users joined, the game starts.
  • First person to collect given target number of apples wins!.
  • The one who first bumps to walls or bumps to their own snake body will lose.