Open Issues Need Help
View All on GitHub Log files 3 months ago
AI Summary: Implement logging to separate text files for the Pong game. Currently, all game data is stored in one place; the goal is to improve organization and data retrieval by writing game-related information to separate .txt files.
Complexity:
2/5
enhancement good first issue
Game menu 3 months ago
AI Summary: Implement a game menu for a simple Pong game built using Python and Pygame. The current game launches directly into gameplay; the menu should provide a pause before the game starts.
Complexity:
3/5
enhancement good first issue