-
The test coverage for all modules of the chessengine has fallen behind. We will need to add tests for all the methods that aren't yet covered from `chessengine.bitboard.Board`, `chessengine.moves`, `c…
-
after installing some modules (eg. pygame, numpy, the 'iris' and 'swrast' drivers), i managed to run your project by `python3 ./ChessMain.py` : a GUI comes up but it starts playing against itself .. a…
-
chessengine doesn't work with the latest versions of mame, could you fix it?
-
```
Traceback (most recent call last):
File "/Users/wf/Documents/pyworkspace/play-chess-with-a-webcam/tests/test_chessengine.py", line 95, in tearDownClass
for task in asyncio.Task.all_tasks(…
-
Just found your Python adapter, many thanks for this! Unfortunately I didn't get it to work:
`
~/Programme/ChessEngines/CertaboUCI/certabo-uci$ python certabo-uci.py
File "certabo-uci.py", line 1…
-
Right now the engine implements alpha-beta pruned search in the `chessengine.bitboard.Board` class. To help speed up the search, we should order the moves from most likely to be good moves to least li…
-
If you look at some of the chess computer roms, e.g. glasgow.cpp or mephisto.cpp, and run one of them, its usually typing in something like "e2e4" and getting back a reply like "e7e5" on a big red LED…
-
Checkmates are not detected if they happen within a pawn promotion move.
### Situation:
Board:
```
-- bK -- -- -- --
-- -- -- wR wp --
-- -- -- -- -- --
-- -- -- -- -- --
-- -- -- -- -- --…
-
So far, the game logic / rules of chess are not yet fully implemented.
I think it would help to have one place to track all rule violations that have been found so far, because not all of them are …
zzril updated
2 years ago
-
Hi everyone,
after intallation in my anaconda environment, I want to import full library into Jupyter notebook. However, the submodule `gym_chess.envs` cannot be identified, see full trace below. I …