RubyGosuTutorial: Unterschied zwischen den Versionen
Oneup (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Oneup (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
== A warm welcome to the totally useless Game Programming in Ruby tutorial == | == A warm welcome to the totally useless Game Programming in Ruby tutorial == | ||
* <code>sudo gem install gosu</code> or download from [http://code.google.com/p/gosu gosu website] | |||
* read gosu introduction: [http://code.google.com/p/gosu/wiki/RubyTutorial GosuWiki::RubyTutorial] | |||
* for super mario style platformer tile physics see [http://jnrdev.72dpiarmy.com jnrdev] | |||
== Poit (Isn't Puit). == | |||
* open source ruby game : [http://github.com/oneup/puituniverse/tree/master poit universe] | |||
* sort of //Nil Isn't Liero// | |||
== Gosu Lacks (aka... needs own OpenGL code) | |||
== Gosu Lacks (aka... needs own OpenGL code) == | |||
* Pixel Operations (Putpixel) | * Pixel Operations (Putpixel) | ||
* Palette Swap (-> from: CuteWars.python) | * Palette Swap (-> from: CuteWars.python) | ||
* Animation System built-in (PuitWars' kyoto has this) | * Animation System built-in (PuitWars' kyoto has this) |