https://github.com/sbarisic/asteroids2017
Asteroids (2017)
https://github.com/sbarisic/asteroids2017
asteroids game python sfml shaders
Last synced: over 1 year ago
JSON representation
Asteroids (2017)
- Host: GitHub
- URL: https://github.com/sbarisic/asteroids2017
- Owner: sbarisic
- License: mit
- Created: 2017-11-21T16:35:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T13:53:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T19:48:27.701Z (over 1 year ago)
- Topics: asteroids, game, python, sfml, shaders
- Language: Python
- Homepage:
- Size: 132 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asteroids (2017)
A small project to practice python
[>> DOWNLOAD NOW <<](https://raw.githubusercontent.com/sbarisic/Asteroids2017/master/AsteroidsGame.zip)
# Features
* In-game console
* Console commands which are defined with attributes
```python
@DefineConCommand("banana")
def ConCmd_Banana(line, args, cmd):
if len(args) == 2:
for x in range(int(args[1])):
ConWrite("Banana")
else:
ConWrite("Banana!")
```
* Cheats
* Highscores
* Waves of asteroids
* Simple space physics/movement simulation
* Config file to store settings
* Anti tampering system for the config file
* Random asteroid shape generation
* Circle-Circle collision detection
* Sound effects
* Shaders
# Screenshots









# TO-DO
* ~~Shaders, make it look funky~~
* Some kind of power-up system
* Online leatherboards/~~highscores~~
* Load/store key bindings in a file?
* Eye candy, eye candy, eye candy
* Ear candy?