Skip to content

🎮Simple chess game protorype, using typescript, express, and websocket

Notifications You must be signed in to change notification settings

Teneroy/ITMO_web_servergame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITMO_web_servergame

Chess game prototype. Using http for static data, and WebSocket for players connection.

Game rules

Players make moves step by step. If player eat enemies king, player win.

Start

Installing dependencies:

npm i

Building project:

npm run build

Starting gameserver:

npm start

Player connection

Open http://localhost:8000/ Game starts when 2 players are connected. Server send two connected players to the game.

About

🎮Simple chess game protorype, using typescript, express, and websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published