XBoard chess engine playing Capablanca, Fischer and traditional chess
  • C 98%
  • Makefile 2%
Find a file
2023-03-24 19:56:37 +01:00
images Upload SMIRF images 2023-03-16 10:27:59 +01:00
best.c Retouch PST 2023-03-24 19:56:37 +01:00
best.h Start version 0.0.4 2023-03-17 12:14:38 +01:00
cairosdl.c Compilation TCC Windows 64 2023-03-13 17:04:40 +01:00
cairosdl.h Compilation TCC Windows 64 2023-03-13 17:04:40 +01:00
chess.c Fix loading position from EPD 2023-03-19 13:04:50 +01:00
chess.h Start version 0.0.4 2023-03-17 12:14:38 +01:00
compiler.h Piece square tables (unfinished) 2023-03-20 18:54:50 +01:00
demo_cecp.c Version 0.0.3.1 2023-03-19 07:11:25 +01:00
demo_cecp2.c Piece square tables (unfinished) 2023-03-20 18:54:50 +01:00
demo_fen.c Start version 0.0.4 2023-03-17 12:14:38 +01:00
demo_image.c Upload all files 2023-03-13 08:40:20 +01:00
demo_image2.c Start version 0.0.4 2023-03-17 12:14:38 +01:00
demo_image3.c Start version 0.0.4 2023-03-17 12:14:38 +01:00
demo_perft.c Fix loading position from EPD 2023-03-19 13:04:50 +01:00
demo_play.c Start version 0.0.4 2023-03-17 12:14:38 +01:00
demo_pst.c Piece square tables (continued) 2023-03-23 03:19:35 +01:00
demo_window.c Compilation TCC Windows 64 2023-03-13 17:04:40 +01:00
demo_window2.c Compilation TCC Windows 64 2023-03-13 17:04:40 +01:00
demo_window3.c Compilation TCC Windows 64 2023-03-13 17:04:40 +01:00
HISTORY.md Update HISTORY.md 2023-03-19 10:59:24 +01:00
image.c Upload all files 2023-03-13 08:40:20 +01:00
image.h Version 0.0.3 2023-03-16 10:25:44 +01:00
image.png Upload image 2023-03-13 08:52:15 +01:00
LISEZMOI.md Version 0.0.3 2023-03-16 10:25:44 +01:00
log.h Version 0.0.4 2023-03-17 19:01:38 +01:00
Makefile Piece square tables (continued) 2023-03-23 03:19:35 +01:00
pst.c Retouch PST 2023-03-24 19:56:37 +01:00
pst.h Piece square tables (continued) 2023-03-23 03:19:35 +01:00
README.md Accept castling in traditional notation 2023-03-14 20:36:47 +01:00
utils.c Version 0.0.4 2023-03-17 19:01:38 +01:00
utils.h Upload all files 2023-03-13 08:40:20 +01:00
vectors.c Upload all files 2023-03-13 08:40:20 +01:00
vectors.h Upload all files 2023-03-13 08:40:20 +01:00

Aquilon

Chess program using a chessboard of eighty squares, and able to play Capablanca, Fischer and traditional chess.

Protocol

Aquilon answers to the CECP protocol (commonly named XBoard protocol).