>>
Snow Blitz Discord

Latest Announcements

Bug Detectives:

  • junderson pfpjunderson

Artists:

  • reinamariemeza pfpreinamariemeza

Contributors:

  • rugerclaus pfprugerclaus

About Snow Blitz

Snow 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!

Download for Linux

Download for Windows

Download Snow Blitz

Windows Download Instructions:

  • 1. Click on the Windows logo to download for Windows
  • 2. Extract the zip archive to wherever you please, (Desktop is easiest)
  • 3. Open the folder you extracted
  • 4. Double click on SnowBlitz_XXXX.exe, which should be the only file along with three other folders
  • 5. Have fun!

Linux Download Instructions:

  • 1. Click on Tux the penguin to download for Linux
  • 2. Extract the zip archive to wherever you want (Usually you'll want an easy to reach directory like ~/home/user)
  • 3. Open the folder you extract
  • 4. You should be able to double click on the single executable file and open the program. If not proceed to step 5.
  • 5. If using GNOME, right click on the executable and select "run as program"
  • 5.1. Otherwise open a terminal in the directory of the game, and run ./SnowBlitz_XXXX (X refers to what comes after SnowBlitz in this build, you should just be able to type S and press TAB.)
  • 5.2. Have fun!

Source Code:

  • 1. Click Source Code to download the latest version's source code.
  • 2. Follow instructions in README file to install dependencies and run or build the program

Development version Beta 0.9.1 - 2026-02-01:

Development version Beta 0.9.2 - 2026-02-03

Development version Beta 0.9.3 - 2026-02-04

Development version Beta 0.9.5 - 2026-02-04

Development version Beta 0.9.6 - 2026-02-08

Development version Beta 0.9.7 - 2026-02-11