Chezz.com is a pygame clone of chess.com, basically chess.

chess pygame python
3 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
Add user implementation about 2 months ago

AI Summary: Implement a user system for the Chezz.com pygame chess game, likely reusing existing user functionality from a CYOA (Choose Your Own Adventure) project. This involves creating user accounts, managing login/logout, and potentially storing game progress or statistics.

Complexity: 3/5
enhancement help wanted

Chezz.com is a pygame clone of chess.com, basically chess.

Python
#chess#pygame#python

AI Summary: Create a pop-up menu in the Pygame chess game allowing users to choose a piece (other than a queen) to promote a pawn to. This requires a list of promotable pieces and a simple UI for selection. This task depends on the completion of issue #26.

Complexity: 3/5
enhancement help wanted

Chezz.com is a pygame clone of chess.com, basically chess.

Python
#chess#pygame#python

AI Summary: Implement a customizable piece and movement system for the Chezz.com game, allowing for different chess variants like atomic chess and fairy chess. This involves adding settings to define piece movement rules and capture ranges, enabling support for various game modes beyond standard chess. This is a late-stage enhancement, to be tackled after core chess functionality is complete.

Complexity: 4/5
enhancement help wanted

Chezz.com is a pygame clone of chess.com, basically chess.

Python
#chess#pygame#python