Skip to content
forked from code100x/chess

A multiplayer chess platform similar to https://chess.com/

Notifications You must be signed in to change notification settings

thewolmer/chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

Building a platform where people can

  1. Sign up
  2. Create a new match/get connected to an existing match
  3. During the match, let users play moves
  4. Have a rating system that goes up and down similar to standard chess rating

Tech stack

Let's keep it simple

  1. React for Frontend
  2. Node.js for Backend
  3. Typescript as the language
  4. Saparate Websocket servers for handling real time games
  5. Redis for storing all moves of a game in a queue

About

A multiplayer chess platform similar to https://chess.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.1%
  • JavaScript 11.2%
  • HTML 1.6%
  • Other 1.1%