AnalogChess icon indicating copy to clipboard operation
AnalogChess copied to clipboard

Chess but no grid

Results 5 AnalogChess issues
Sort by recently updated
recently updated
newest added

This is a story of how Github Copilot can write some code. Background: We're porting this to Javascript, and getting the initial piece function. You know, the one that goes...

> Sadly en passant (the funny move) is not implemented yet because I have no idea how it would work. Maybe if a pawn passes through another pawn's line of...

Getting a bunch of errors like these in python 3.8.10+pygame 1.9.6: ```python pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html analogchessV4.py:47: DeprecationWarning: an integer is required (got type float). Implicit...

* Adds poetry for a more streamlined & portable install * Removes old versions of analogchess and keeps only the newest