Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mauricioszabo/ship_arena
- Owner: mauricioszabo
- Created: 2010-08-30T03:05:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T16:50:07.000Z (almost 13 years ago)
- Last Synced: 2024-11-09T05:31:47.470Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.84 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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-ImageOn Ubuntu you can install they with:
sudo apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev