junderson
reinamariemeza
rugerclausSnow Blitz is a casual arcade game where the player needs to catch snowflakes to level up and prevent themselves from melting, avoid obstacles, and compete for high scores. Currently the game supports Endless mode (a procedurally generated leveling system with scaling for size). And a tutorial mode that show you how to play the game. Future updates will bring other game modes, and really anything the players suggest as it grows!
Snow Blitz was ulitimately born as a simple game, and it is meant to be a simple game. I have created a framework that I've redesigned the game on top of to allow for maximum flexibility. This means that player and community contributions are a large goal of this project. I don't own the outcome of this. You do! The source code is licensed under the GNU GPLv3 license to enforce openness.
As seen on this page, the game has a built in leaderboard system. This is fully anonymous and privacy focused and is an opt in only feature. The game client prompts the player at first time start up if they want to opt in. You simply need to provide a username, and you will be automatically added to the database and your highest scores will post to the website every time you break them. The top 10 scores are visible from the leaderboard section of the main menu.
If you'd like to contribute to the game, you can visit the GitHub project here: Snow Blitz Production GitHub Repository
To report bugs, or request features, or submit feedback, please either use the issue tracker on GitHub, or send an email to dev@snowblitz.net.
The ultimate goal of this project, is to empower the community. Which is why the game and framework itself is designed with as much observability as possible. You'll find in the game files a logs/ directory where all state transitions, events and errors are all held. This system provides robust possiblities for the game. So if you want to get your hands dirty, feel free to play around.
Game Features:
This games source code and updated binaries can be found in the Downloads page. You can also optionally purchase the game on Steam if you'd like to support the project!
example.config.py and made setup.py to load the real config file for the dev