https://github.com/loloof64/basicchessendgamesinscala
Generate a chess position with the caracteristics you want and play it against computer.
https://github.com/loloof64/basicchessendgamesinscala
android chess endgame trainer
Last synced: about 2 months ago
JSON representation
Generate a chess position with the caracteristics you want and play it against computer.
- Host: GitHub
- URL: https://github.com/loloof64/basicchessendgamesinscala
- Owner: loloof64
- License: gpl-3.0
- Created: 2017-12-18T22:29:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T00:09:15.000Z (over 8 years ago)
- Last Synced: 2025-07-08T12:46:42.913Z (12 months ago)
- Topics: android, chess, endgame, trainer
- Language: Scala
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Basic Chess Endgames
====================
A simple trainer for the most basics chess endgames.
The application generates a position for the kind of basic endgame you have selected, and you must solve it against the computer.
Using binary of Stockfish 8 engine.
This is a rewrite from my own repository BasicChessEndgamesTrainer, which has been developped on Kotlin, but this time targeting the Scala language.