An open API service indexing awesome lists of open source software.

https://github.com/mieskeb/chess

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
https://github.com/mieskeb/chess

chess game java javafx multiplayer

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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