-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Sapthesh V edited this page Apr 15, 2026
·
1 revision
This project is actively maintained. Here are some of the features planned for future releases. If you are a developer, feel free to fork the repository and submit a Pull Request for any of these!
-
Dark Mode Toggle: Use
(prefers-color-scheme: dark)CSS media queries to automatically switch the level from a sunny daytime theme to an Underground or Ghost House theme depending on the user's GitHub settings. - Bowser Boss Fight: If the user achieves a commit streak of 100+ days, automatically render Bowser on top of the castle at the end of the level!
- Dynamic Costumes: Give Mario a Fire Flower costume (White and Red) if the user has made more than 10 commits in a single day.
- Luigi Mode: An environment variable in the GitHub Action to easily swap between Mario and Luigi.
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature). - Test the Python script locally by setting a dummy
GITHUB_TOKENin your terminal. - Commit your changes and open a Pull Request!