3 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

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

Projeto final da disciplina MC322

Java

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

Projeto final da disciplina MC322

Java

Projeto final da disciplina MC322

Java