mirror of
https://github.com/michelpereira/awesome-open-source-games.git
synced 2026-07-15 18:12:32 -05:00
[GH-ISSUE #61] [Proposal] Interactive website explorer for the game list #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dev-jonathan on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/michelpereira/awesome-open-source-games/issues/61
Hi. I've been using this list for a while and always felt it could benefit from a visual interface. Currently, it can be a bit challenging to discover new games because there is no way to see screenshots, filter by category, or search through the entries unless you already know what you're looking for.
To solve this, I built a dedicated interface: https://dev-jonathan.github.io/awesome-open-source-games/
I focused on making this a "zero-maintenance" addition so it doesn't burden the project:
README.mdremains the primary source. Adding a game works exactly as it does now.websitebranch. Themainbranch remains completely untouched.I'd love to hear if this is something you’d be interested in merging or if you prefer to keep the project strictly README-only. I just wanted to share the idea before opening a PR.
You can find the technical details and the implementation logic in the website's readme here:
https://github.com/dev-jonathan/awesome-open-source-games/blob/website/website/README.md
Thanks for keeping this list alive! 🙏
@dev-jonathan commented on GitHub (Jun 9, 2026):
@michelpereira Hi, any thoughts about?