Mark799

Results 6 issues of Mark799

After running the following in Jupiter Notebook: `pip install numbalsoda` ``` Collecting numbalsoda Downloading numbalsoda-0.3.4-cp39-cp39-win_amd64.whl (151 kB) -------------------------------------- 151.6/151.6 kB 4.4 MB/s eta 0:00:00 Requirement already satisfied: numpy in c:\users\[user]\anaconda3\lib\site-packages...

Is there a brute-force option (including all possible combinations) for precise calculation?

AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will...

Hello, I love to play atomic, and I can imagine other players having their favourite variant as well. Could you add puzzles for Lichess variations? - Mark97

feature
puzzles

Docstring could be more clear on why this does not work: ``` board = chess.Board(None) board.set_piece_at(0, chess.KNIGHT) ```

Could you consider adding the following functionality? Optional interactive visualization feature (using pygame) that allows users to replay and browse through a chess.Board’s move_stack in a graphical board interface —...