Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floere/gosu_extensions
A gem to make using gosu even easier.
https://github.com/floere/gosu_extensions
Last synced: 2 months ago
JSON representation
A gem to make using gosu even easier.
- Host: GitHub
- URL: https://github.com/floere/gosu_extensions
- Owner: floere
- License: mit
- Created: 2010-02-27T15:49:50.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T12:07:40.000Z (almost 13 years ago)
- Last Synced: 2024-05-01T23:08:24.413Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 4.7 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. GOSU Extensions
GOSU is a great Ruby game framework.
This gem sets out to already provide basic objects and capabilities for use with gosu.
h2. Quick examples
Take a look at
@bundle exec ruby examples/tree_run/run.rb@
@bundle exec ruby examples/tank_vs_spaceship/run.rb@
@bundle exec ruby examples/cern_horror/run.rb@to get a feel what you can do.
(And then at the code for how easy it is ;) )