https://github.com/mkeeter/multitroids
Single-player asteroids clone, with a twist!
https://github.com/mkeeter/multitroids
Last synced: about 2 months ago
JSON representation
Single-player asteroids clone, with a twist!
- Host: GitHub
- URL: https://github.com/mkeeter/multitroids
- Owner: mkeeter
- Created: 2011-05-15T23:34:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-26T22:07:07.000Z (about 15 years ago)
- Last Synced: 2025-03-16T18:14:14.544Z (over 1 year ago)
- Language: Python
- Homepage: http://mattkeeter.com/projects/multitroids/
- Size: 324 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Multitroids
by Matt Keeter
www.mattkeeter.com
An Asteroids clone, with a twist: all of your past lives play
alongside you, providing the opportunity to cooperate with
past selves.
Controls:
- Arrow keys move
- Spacebar to shoot and restart when you die
- Escape or Command+Q to quit
- R to manually respawn
Acknowledgments:
- The game was programmed in Python using the PySFML-Cython
bindings, online at https://github.com/bastienleonard/pysfml2-cython
- In-game font is Raleway Thin, from The League of Moveable Type;
online at http://www.theleagueofmoveabletype.com/
For license details, see the file "license" in the folder "dist"