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
- Host: GitHub
- URL: https://github.com/mieskeb/chess
- Owner: MieskeB
- License: mit
- Created: 2019-11-18T14:24:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T15:58:59.000Z (over 3 years ago)
- Last Synced: 2025-05-15T19:12:26.632Z (8 months ago)
- Topics: chess, game, java, javafx, multiplayer
- Language: Java
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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