supertorpe
supertorpe
Currently I'm using chessboard.js in an Ionic 4 / Angular 8 site/app. Simply reference it in angular.json: ```javascript "styles": [ ..., { "input": "node_modules/chessboardjs/www/releases/0.3.0/css/chessboard-0.3.0.css" } ], "scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/chessboardjs/www/releases/0.3.0/js/chessboard-0.3.0.js"...
@martinlombana You are correct, I don't have code completion, but I can use the component.
I was considering it, but the f-droid workflow is not very friendly with cordova apps. I have to review it again, and see if there have been changes in this...
You can also use the online version: https://chess-endgame-trainer.web.app It is a PWA webapp so you can install it and even use it offline.
Suggestion are welcome. I have to decide whether to statically (at "compile" or "package" phase) calculate the smallest number of movements of each position, and store that data in the...
Oh! my poor UX/UI skills. I'll change the icons...
Thanks for reporting! It will be fixed in the next release.
Thinking about a button "Continue from here" (to play the current position) while in review mode. Copy position to clipboard already fixed in commit e9fdda68219cbafa4a22cdd4f86ba3ea582774ac It will promote in the...
I will break down the "copy" icon in two icons: "copy FEN" and "copy PGN"
That would introduce an important impact (especially in stockfish mode), since it would force the engine to calculate not only the movement of the opponent, but that of the user....