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

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.

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.