1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00
serenity/Libraries/LibChess
Nico Weber ef1b21004f Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of
"Auguest" so that's something.
2020-10-02 16:03:17 +02:00
..
Chess.cpp ChessEngine: Add ChessEngine 2020-08-21 12:26:30 +02:00
Chess.h LibChess: Shrink Chess::Piece from 8 bytes to 1 byte 2020-08-21 13:46:07 +02:00
CMakeLists.txt LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCICommand.cpp LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCICommand.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCIEndpoint.cpp Everywhere: Fix typos 2020-10-02 16:03:17 +02:00
UCIEndpoint.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00