pandaxin8 / food-waste-game

Food waste sustainability awareness game built with Flutter
MIT License
1 stars 0 forks source link

Refactor GameState for Improved Modularity and Readability #42

Open pandaxin8 opened 7 months ago

pandaxin8 commented 7 months ago

Description: Our current implementation of the GameState class handles multiple responsibilities, including player data management, recipe handling, and feedback mechanisms. To improve code maintainability, readability, and facilitate future expansions, we propose refactoring these functionalities into separate classes or services. This refactoring will not only make the codebase cleaner but also simplify the integration of new features down the line.

Acceptance Criteria: