https://github.com/ext/sphorse
https://github.com/ext/sphorse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ext/sphorse
- Owner: ext
- Created: 2011-07-02T22:33:11.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-21T14:06:25.000Z (almost 15 years ago)
- Last Synced: 2024-11-26T01:45:30.457Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 36.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sphorse
=======
Help the space-horse surf on the space-rainbows to reach the goal.
My entry to [NördtroXy](https://nitroxy.com/) 24h gamedev. (due to the time limits the code is quite messy.)
Run `make` to prepare textures.
Run `python main.py NAME` to launch. Use WASD to control and space to jump.
See [hiscores](https://static.sidvind.com/2011/sphorse/).
Requirements
------------
Runtime:
* [python](http://python.org/download/)
* [pygame](http://pygame.org/download.shtml)
* [pyopengl](http://pypi.python.org/pypi/PyOpenGL)
* [numpy](http://new.scipy.org/download.html)
* [argparse](http://pypi.python.org/pypi/argparse) (if running python < 2.7)
Build:
* ImageMagick
* GNU Make