This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Sat Jun 21 22:52:51 -0700 2008 | |
| |
.gitignore | Sat Nov 01 04:19:22 -0700 2008 | |
| |
asteroid.rb | Sun Nov 02 00:04:33 -0700 2008 | |
| |
asteroid_manager.rb | Thu Nov 06 02:02:52 -0800 2008 | |
| |
asteroids_game_window.rb | Sun Nov 16 04:33:30 -0800 2008 | |
| |
bounds.rb | Sat Nov 01 21:32:09 -0700 2008 | |
| |
bullet.rb | Sun Nov 02 00:04:33 -0700 2008 | |
| |
bullet_manager.rb | Sun Nov 02 00:04:33 -0700 2008 | |
| |
conversions.rb | Sat Jun 21 22:52:51 -0700 2008 | |
| |
game_constants.rb | Sun Nov 16 04:21:23 -0800 2008 | |
| |
game_object.rb | Sun Nov 02 00:04:33 -0700 2008 | |
| |
lib/ | Sat Nov 15 15:28:07 -0800 2008 | |
| |
media/ | Sat Nov 01 23:29:24 -0700 2008 | |
| |
player.rb | Sun Nov 16 04:21:23 -0800 2008 | |
| |
readme.txt | Sat Nov 01 04:17:43 -0700 2008 | |
| |
runme.bat | Wed Sep 03 03:18:21 -0700 2008 | |
| |
screens/ | Thu Nov 27 00:35:41 -0800 2008 |
readme.txt
== 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







