-
**Is your feature request related to a problem? Please describe.**
Currently, a game requires a tc file, which is not easy to set up.
**Describe the solution you'd like**
Pieces can be spawned on…
-
Currently, `is_game_over` only detects checkmates, stalemates, and insufficient material, but not draws by the 50 move rule, or by 3-fold repetition.
Implementing the 50 move rule should be trivial…
-
I have a rather simple chess endgame Python code implementing `negamax strategy` given below but it behaves quite strange.
Negamax means that both players play fully rationally, i.e. the best move…
paxx0 updated
10 months ago
-
- [ ] ask for confirm when clicking "quit game"
- [ ] now if you join a game and you're white you can't quit it before someone else joins
- [x] when the game is over, leave the board visible, at lea…
-
Add chess to the list of playable games.
Need to both add it to the games page and create a page where you can play chess.
For now let's keep it with 2 players playing each other and not have th…
-
Left me preface this by saying that I am not familiar with Lucas Chess, so I could simply be missing something.
That being said, I cannot select any tiles in column C when in a game. The program s…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
My brain doesnt like to understand…
-
Hello,
When i initialize board with FEN String the board loaded correctly. But After that when i about to play the move for any piece than it won't show any hint other than in the case of pawns.
…
-
Hello. Looking your videos in YouTube I have to say that your project is awesome!!! And it is exactly that I need for my own project (also connected with a chess).
However to be honest I am not re…
-
## IDEAS TO ADD
- Pizza API (show how API works and easy to explain)
- Tic Tac Toe (2D array simulation)
- Chess Board (2D array simulation)
- Get the leaderboard working for most games
## Lo…