Skip to content
/ chess Public

A simple chess application. Can be used for singleplayer and multiplayer purposes! Singleplayer has a chess algorithm (minimax) attached and the multiplayer has a server which is able to host multiple player's games

License

Notifications You must be signed in to change notification settings

MieskeB/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

By MieskeB

Features

  • Singleplayer
  • Multiplayer
  • Matchmaking on how good the player is
  • Algoritms for the singleplayer version
  • Difficulties for the singleplayer version
  • Account creation
  • Stats

Extra details

  • Algoritm: Minimax
  • Authentication: Custom tokens
  • Autorization: No roles, everyone is equal
  • Components: Client <-> websockets server <-> rest server

For further details, check the Documentation folder

About

A simple chess application. Can be used for singleplayer and multiplayer purposes! Singleplayer has a chess algorithm (minimax) attached and the multiplayer has a server which is able to host multiple player's games

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages