Skip to content

Roadmap

Sapthesh V edited this page Apr 15, 2026 · 1 revision

🗺️ Roadmap & Future Plans

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!

🚧 Planned Features

  • 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.

🤝 How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/AmazingFeature).
  3. Test the Python script locally by setting a dummy GITHUB_TOKEN in your terminal.
  4. Commit your changes and open a Pull Request!

Clone this wiki locally