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
This commit is contained in:
Jeremy O'Brien
2024-09-17 22:36:34 -04:00
committed by GitHub
parent c2103d9eaa
commit e8f31beb70
5 changed files with 4301 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
#include "beeps_face.h"
#include "accel_interrupt_count_face.h"
#include "metronome_face.h"
#include "smallchess_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_