From e83a0d5686fafdd0ab5af8822e43561217af2bdb Mon Sep 17 00:00:00 2001 From: Sebastian Lague Date: Sat, 22 Jul 2023 14:52:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8e7ef6..ca5047c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ I will then create a video exploring the implementations of the best and most un I also plan to make a small game that features these most interesting/challenging entries, so that everyone can try playing against them. ## Change Log -I unfortunately missed a serious bug in the board.GetPiece() function and have had to update the project. Please keep an eye on the change log here in case I've made any other horrifying mistakes. Apologies for the inconvenience. The version you are currently using will be printed to the console when running the program (unless you are using v1.0, in which case nothing will be printed). -* V1.1 Bug fix for board.GetPiece() function. Added Board.CreateBoardFromFEN() function. +I unfortunately missed a serious bug in the board.GetPiece() and PieceList functions and have had to update the project. Please keep an eye on the change log here in case I've made any other horrifying mistakes. Apologies for the inconvenience. The version you are currently using will be printed to the console when running the program (unless you are using v1.0, in which case nothing will be printed). +* V1.1 Bug fix for board.GetPiece() and PieceList functions. Added Board.CreateBoardFromFEN() function. * V1.11 (cosmetic changes only) Added coordinate names to board UI. Fixed human player input bug. ## Submission Due Date