https://github.com/fowlmouth/mylittlespacegame
https://github.com/fowlmouth/mylittlespacegame
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fowlmouth/mylittlespacegame
- Owner: fowlmouth
- Created: 2012-02-29T20:34:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-03T10:52:15.000Z (about 13 years ago)
- Last Synced: 2025-01-20T17:16:16.096Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# just a little space game
based on https://github.com/Athaudia/cutespacegame
You'll also need the game gata to play. At the moment this is a 80MB download that unpacks to 100MB. (dropbox/spacegame-data.7z)[http://dl.dropbox.com/u/58078993/spacegame-data.7z]
# dependencies
Ruby 1.9.3*
Gosu 0.7.41
Chingu 0.8.1
Chipmunk 5.3.4.5
Install them with gems
*Recommend Ruby 1.9.3 for faster loading time, but 1.9.2 should work fine
The only thing from 1.9.3 is rand(...) and that's sporatic, have a compatibility hack for it in main.rb# TODO
Ships dying
Waves of enemies
AI that works together, cooperating in their sham of a life
Game types (CTF, Soccer, etc)
Slotted weapons, prizes and such
Ship rolling - done
# Tests
Tests are now available from the menu screen, the bigger ones are more relevant
Wormhole Gravity: I'm not a scientist, and bad at math, so its taking a while to get this right
Static Objects: This will probably turn into a map editor
Turret Test: Turrets work satisfactory now but still need some tweaking