Skip to content

Chess implementation for the 32x32 led screen of bloembak

Notifications You must be signed in to change notification settings

0x20/chess-bloembak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-bloembak

Chess implementation for the 32x32 led screen of bloembak

Installation

  • install poetry
  • poetry shell
  • poetry install

Compiling stockfish on the pi

sudo apt-get install build-essential
wget https://github.com/official-stockfish/Stockfish/archive/sf_15.zip
unzip sf_15.zip
cd Stockfish-sf_15/src
make build ARCH=armv7

Running

Running on bloembak-compatible hardware

./chess-bloembak.py

Running on a mac with a homebrew installed stockfish, showing the ascii board

./chess-bloembak.py -e /opt/homebrew/bin/stockfish --ascii

About

Chess implementation for the 32x32 led screen of bloembak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages