Skip to content

Server side of four in a row game, that provides multiplayer features. Repo with game: https://github.com/proxodilka/4-in-a-row

Notifications You must be signed in to change notification settings

proxodilka/4-in-a-row-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

4-in-a-row-server

Server side of four in a row game, that provides multiplayer features. Repo with client side: https://github.com/proxodilka/4-in-a-row.

Demo. demo

Small description

Here implemented separated lobbies concept with web-socket protocol. After establishing connection through web-socket, clients could get/create/join/delete lobbies with sockets requests.

Used technologies

How to run it localy

  • Clone repository

    git clone https://github.com/proxodilka/4-in-a-row-server

  • Install packages

    npm install

  • Run local server by node index

  • Following instructions from client repo set custom server address

About

Server side of four in a row game, that provides multiplayer features. Repo with game: https://github.com/proxodilka/4-in-a-row

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published