Skip to content
/ chess Public

Multiplayer chess server implemented with Node.js

License

Notifications You must be signed in to change notification settings

Benaou/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess

Multiplayer chess server implemented with Node.js

Server folder contains two files:

  • chessgame.js contains the fundamental chess boardstate used by the Node server
  • server.js maintains connections between clients and chess boardstates. Currently a WIP, only maintains one boardstate between all client connections.

Client folder contains HTML file for clients to connect to.

Todo:

  • Implement en passant, castling, and pawn upgrades
  • Implement separate client connections keeping separate board states
  • Implement a way for clients to connect to already existing board states

About

Multiplayer chess server implemented with Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published