Open Issues Need Help
View All on GitHub Arquivo de save para poder continuar o jogo depois 3 months ago
AI Summary: Implement a save game feature for a Pac-Man game. This involves saving the positions of Pac-Man and ghosts, the state of the game board (eaten food), the score, the number of lives remaining, and optionally, a timer.
Complexity:
3/5
help wanted reminder addition
Adicionar novos fantasmas 3 months ago
AI Summary: The task involves adding new ghosts to a game. The team needs to decide whether to create multiple instances of the same ghost class or create separate classes for each ghost, inheriting from a base 'ghost' class. This decision will impact the code's structure and maintainability.
Complexity:
3/5
help wanted reminder addition
help wanted