Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mauricioszabo/ship_arena

Asteroids-like clone, for programming arena
https://github.com/mauricioszabo/ship_arena

Last synced: about 3 hours ago
JSON representation

Asteroids-like clone, for programming arena

Awesome Lists containing this project

README

        

= Ship Arena
It's an asteroids-like ship game, to use as a base
to "coding arena".

== Dependencies ==
Because of the way RubySDL gem is made, you MUST install these
dependencies on you machine BEFORE running "bundle". The dependencies
are:

* SDL
* SDL-TTF
* SDL-Image

On Ubuntu you can install they with:

sudo apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev