placidfox / JetpackChess

Chess Board Library with Jetpack Compose
GNU General Public License v3.0
1 stars 0 forks source link

JetpackChess

Chess Board Library for Jetpack Compose \ [still in early developpement]

The initial goal of JetpackChess is to serve as an interactive board to train with puzzle or practice your opening lines.

v1.1

Move Validation added.

Some performance issue during checkmate validation with latency if many pieces on the board

Puzzle Mode :

Can be use for puzzle or opening line memory test

Scroll Mode :

Can be use to see and study a specific opening line

Wrong Move in Puzzle Mode / Good Move in Puzzle Mode : \ My Image My Image

Controller Documentation

PuzzleController

2 way to import a puzzle/opening

newPuzzle():

newPuzzleLichess() :

Scroll

newVariation()

Not yet implemented :