Elektrine lite

← Feed

@izder456@fe.disroot.org

Post #2564299

2026-05-06 03:53 UTC

Update: WIP REPL hacking support by way of putting the main gameloop in a sb-thread to be non-blocking of the REPL prompt. This recording is old, but i had also added an easier wrapper to move-piece that is intended for use in the REPL

Replies (1)

  • @izder456@fe.disroot.org 2026-05-08 17:59

    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

    Open ##2564300