robc / gosu-asteroids

A simple clone of Asteroids written in Ruby using the Gosu game development framework

gosu-asteroids / readme.txt
100644 25 lines (18 sloc) 0.642 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== Asteroids Game ==
 
Requirements:
  * Ruby 1.8.6 - I've tested this against OS X's default Ruby (in 10.5), plus the latest Ruby One-Click Installer on Windows.
 
Prerequisites:
  * Gosu - sudo gem install gosu (sudo not required for Windows of course)
 
To Play:
  * ruby asteroids_game_window.rb (or runme.bat on Windows)
 
Controls:
* Left Arrow - Turn Left
* Right Arrow - Turn Right
* Up Arrow - Move Forward
* Space - Fire Bullet
* Left Shift - Hyperspace (randomly relocates you on screen)
 
 
== Improvements ==
 
a) Positioning of text labels
b) Adding high-scores
c) Sound effects
d) Introduce more graphical effects