Elektrine lite

← Feed

@izder456@fe.disroot.org

Post #2564300

2026-05-08 17:59 UTC

i fixed the issue with running the binary of cl-chess when compiled with the makefile not blocking its thread which would result in an immediate exit. Also- the binary will drop you into a repl environment by default which’ll let you hack at game state. shown here also is the new move function wrapper mentioned in the previous reply

Replies (1)

  • @izder456@fe.disroot.org 2026-05-09 01:10

    got basic gameloop handling done. users can run (start-game) and the game will track moves and captures, as well as enforce turn order. no check or check mate detection yet, this is much more complex and will be implemented later.

    Open ##2564301