Chess-Coding-Adventure icon indicating copy to clipboard operation
Chess-Coding-Adventure copied to clipboard

A work-in-progress chess bot written in C#

Results 23 Chess-Coding-Adventure issues
Sort by recently updated
recently updated
newest added

Hi, I noticed you are using the Fail-hard version of Alpha-beta algorithm but you are returning values from transposition table as if it was Fail-soft. So when you fail-high in...

Hello, Hope you are doing well, I took a build for android. But the problem is textures/chess pieces are not loading in game, Buttons are clickable. ![chess](https://user-images.githubusercontent.com/33311565/120618949-2c678200-c479-11eb-8193-2107d88b41ec.jpg)

You have a kingmiddle and KingEnd... Also the Evaluation section choses when to call the Endgame. What I don't understand is when the AI ever 'evaluates' using the 'kingEnd' numbers....

Prevent selecting pieces out here: ![image](https://user-images.githubusercontent.com/10156151/135534745-b4395d0d-27ff-4e5a-abb0-39708af700e2.png)

![Screenshot from 2021-07-08 18-55-10](https://user-images.githubusercontent.com/31381367/124929571-3e12eb00-e01e-11eb-8b99-7c257dc28254.png) There you go ! I beat your program

I have the following FEN string: r1b1kb1r/pppp1ppp/2n1p3/8/1PPPnP1q/8/P5PP/RNBQKBNR b - b3 0 1 which is causing an index out of bounds exception in RemovePieceAtSquare. Here is the callstack: IndexOutOfRangeException: Index was...

I think I found a bug while playing some games against your AI. It started saying that it searched all the way to enormous depths (see screenshots below), which I...

Found the issue for the marking after selecting new game

Fix for https://github.com/SebLague/Chess-AI/issues/1 .

You can see the stats for the previous game when you hit the button of a new game. May be a pretty easy fix, idk ![image](https://user-images.githubusercontent.com/33302357/107795763-b058fb00-6d1e-11eb-9bda-8950e30dbe5f.png)