]> git.earman.xyz Git - sensor-watch.git/commit
Smallchess face (#272)
authorJeremy O'Brien <neutral@fastmail.com>
Wed, 18 Sep 2024 02:36:34 +0000 (22:36 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 02:36:34 +0000 (22:36 -0400)
commite8f31beb70d0574b7c402f50009fc01643b463e6
tree7175fc6a77978bbbc9c7b25b03a78dcb219f5173
parentc2103d9eaa4d2d38b9aa724dea72b4edb713870d
Smallchess face (#272)

* smallchess face

* use correct game-state modifying board move function

* make show last work after undo

* use SCL_Game->ply instead of board[ply_byte]

* beep when cpu is done computing a move

* increase engine strength to ply 3

* match ply type and use the local variable where available

* fix warnings

* add doc to smallchess face

* smallchess: fix compile warnings

* smallchess: move smallchesslib.h to movement/lib
movement/lib/smallchesslib/smallchesslib.h [new file with mode: 0644]
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/smallchess_face.c [new file with mode: 0644]
movement/watch_faces/complication/smallchess_face.h [new file with mode: 0644]