Arduino chess engine
Go to file
Quinten Kock 19a2e5e076 Implement panic() function 2020-06-16 00:08:29 +02:00
ArduChess.ino Explicitly include Arduino.h to make it possible to create a future compat layer to run on a normal computer 2020-06-15 23:20:11 +02:00
Board.h Save SRAM with making `const` bytes `static const` 2020-06-15 22:49:45 +02:00
Move.h Implement a lot of stuff 2020-06-15 22:49:14 +02:00
Panic.h Implement panic() function 2020-06-16 00:08:29 +02:00
Types.h Implement a lot of stuff 2020-06-15 22:49:14 +02:00