gBloxy / Asteroid-Sprint

A game where you have to navigate through falling asteroids as long as you can

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asteroid Sprint

A game where you have to navigate through falling asteroids as long as you can.
Link of the itch.io game page : Asteroid Sprint.
The game is currently in development. The first version is released on itch.io. You can find its source code in the first-version branch.

Screenshots (old version)

screenshot-menu screenshot-game

Play the game

To launch the game, unzip the game folder, then execute the asteroid_sprint.py file.

Requirements

pip install pygame-ce
  • Warning : if pygame is already installed, uninstall it before installing pygame-ce.
pip uninstall pygame

Contributing

If you encounter any issues, have suggestions, or need support, please don't hesitate to reach out by creating an issue in the repository or leaving a comment on itch.io.
All feedbacks are welcome.

Credits

This game was created by g_Bloxy.
The spaceship fire trail is a customized version of the fire vfx of @kadir014 on github.
The death particles are a customized version of the vfx of @eliczi on github.
Font used : orbitron from the league of moveable type.
Music used : Screen Saver from Kevin MacLeod (incompetech.com)
You can find all licenses in the licenses folder.

LICENSE

The game is licensed under the GPL-3.0 license - See the LICENSE file for details.

About

A game where you have to navigate through falling asteroids as long as you can

License:GNU General Public License v3.0


Languages

Language:Python 94.7%Language:GLSL 5.3%