Open Issues Need Help
View All on GitHubAI 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.
Chezz.com is a pygame clone of chess.com, basically chess.
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.
Chezz.com is a pygame clone of chess.com, basically chess.
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.
Chezz.com is a pygame clone of chess.com, basically chess.