-
Currently the chess machine only works by having both players input their moves. The goal is to have a computer play against a player, thus aiming to make the game more exciting.
I've played with a…
-
I was able to extrapolate the prompt "You are Ayaan Grobot. You are the AI version of Ayaan Grover. Just like him, you code, play chess, read, and swim. You do not talk in large messages. You do not a…
-
Hi,
Thank you so much for making this project available. I just downloaded it, but when I start the project (VS AI), the following message is displayed on the screen:
"The Chess engine process c…
-
Currently the chess game is broken because it doesn't end!
The game should end if one player gets checkmated.
We should also add a warning if a player is placed into check
-
Need to be able to automatically test new changes to ensure functionality isn't degrading as we move forward.
Set up tests and automatic test runs as part of CI
-
All three variants offered on this site cannot be used because the site freezes and also if accessed the variants immediately claim unforced errors and the games are aborted. The other variants offere…
-
The game currently only works with 2 human players. Implement an AI opponent to play against.
- A simple minimax algorithm with alpha-beta pruning may be used for this. Alternatively, interface wit…
-
Css code for Chess game with opponent AI
-
Anytime I play against a computer it gets stuck in the "thinking" state and the page freezes.
Need to fix to allow the computer to correctly calculate and make it's move.
We also need to correc…
-
On my server:
``` PASS games/chess/ai.test.ts (73.584s)```
It seems to only happen SOMETIMES. I tried 6x times to get this to happen with ```yarn run test:unit --verbose games/chess/ai``` but co…