An open API service indexing awesome lists of open source software.

https://github.com/ext/sphorse


https://github.com/ext/sphorse

Last synced: about 1 month ago
JSON representation

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