5 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Game Development Fan Games

AI Summary: Refactor the patrol code in the Warrior Cats fan game, Clangen, to use the existing `event_text_adjust` function for text processing instead of the custom `process_text` function. This involves reviewing the patrol's text handling logic and ensuring `event_text_adjust` can handle all necessary adjustments, then removing the redundant `process_text` function to improve consistency and maintainability.

Complexity: 4/5
enhancement good first issue

Warrior Cats fan game

Python
Game Development Fan Games

AI Summary: Implement new thought processes for newborn cats in the Warrior Cats fan game "ClanGen", specifically adding thoughts for various cat types (including those not currently considered, like dead cats) related to the birth event, such as wondering about names, visiting the nursery, or StarClan dreams.

Complexity: 3/5
enhancement good first issue

Warrior Cats fan game

Python
Game Development Fan Games

AI Summary: Debug and fix a randomly failing unit test related to pronouns in a Python/Pygame Warrior Cats fan game. The test failures seem to be linked to a recent merge, and the issue is marked as 'regular' priority.

Complexity: 4/5
bug help wanted

Warrior Cats fan game

Python
Game Development Fan Games

AI Summary: Remove the 'mediator' subtype from mediator events in the ClanGen game's `events.py` file. This involves refactoring the code to constrain events to members with a mediator rank, eliminating the unnecessary separation and resolving the 'no ["mediator"] events found' error messages.

Complexity: 3/5
enhancement good first issue

Warrior Cats fan game

Python
Game Development Fan Games

AI Summary: The task is to replace a hardcoded string in the game's history text (`graduation_history += f" (moon {app_ceremony['moon']})"`) with a localized string. This involves finding all instances of this hardcoded string, extracting it, and replacing it with a call to a localization function or variable that will provide the appropriate string based on the game's language settings.

Complexity: 2/5
bug good first issue

Warrior Cats fan game

Python