Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.01 KB

readme.md

File metadata and controls

41 lines (30 loc) · 1.01 KB

SloubiChess

SloubiChess is a chess database program with focus on:

  • variations made to look good and readable, as most chess desktop apps are ugly ;
  • training by repeating your lines (next big feature, not yet implemented).

alpha-0.0.7

It is not (and probably won't ever be):

  • a database store of all GMs games ;
  • a chess engine ;
  • a way to play chess against someone or something.

It can however:

  • load giant databases of games ;
  • interface with chess engines.

Download

Check the Releases for your platform. We provide Linux and Windows 64 bits binaries.

Compile and ship

jai ./src/first.jai         # Generate the binary in bin/
jai ./src/first.jai -- ship # Create a release package for the current platform in releases/

Usage

./bin/sloubi-chess
./bin/sloubi-chess -pgn <PGN_FILE>