Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ;) )