DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
JavaScriptbasic Git workflow
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
The issue description is minimal. First, examine the existing codebase, especially any UI components (e.g., in 'src/' or 'ui/') to understand how the bot currently interacts with the game. Consider adding a toggleable pause button that prevents the bot from changing planets. Look at the game's HTML structure for a suitable overlay. Comment on the issue to clarify requirements before implementation.