hedge-dev / hedge-dev/UnleashedRecomp
Add an Exit Button
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 421
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently, the game lacks an explicit "Exit" button. While players can use Alt + F4 or other system-specific shortcuts to close the game, having a dedicated exit button is a basic and expected feature in most games.
This is not a big problem, but it would improve accessibility and user experience, especially for players who might not be familiar with keyboard shortcuts.
Suggested Implementation
- Add an "Exit" button to the main menu and/or pause menu.
- Ensure it properly closes the game when clicked.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the main-menu and pause-menu entry points and how existing buttons trigger actions. Add an Exit button in the appropriate menu, ensure it closes the game when selected, and verify the behavior in both menus if implemented in both.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100