/chesstito

An attempt at a chess engine.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

chesstito

An attempt at a chess engine.

how to install

  • Install zig
  • Check if you have python3 installed
  • Install wasmtime

how to run

./compile.sh ./start-web.sh

MVP goal:

  • Chessboard UI (Lichess)
  • Player is always first (white)
  • Engine responds with a valid move (reflected on board)