RubyGosuTutorial: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
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) |
Version vom 12. Juni 2009, 02:35 Uhr
A warm welcome to the totally useless Game Programming in Ruby tutorial
sudo gem install gosu
or download from gosu website- read gosu introduction: GosuWiki::RubyTutorial
- for super mario style platformer tile physics see jnrdev
Poit (Isn't Puit).
- open source ruby game : poit universe
- sort of //Nil Isn't Liero//
Gosu Lacks (aka... needs own OpenGL code)
- Pixel Operations (Putpixel)
- Palette Swap (-> from: CuteWars.python)
- Animation System built-in (PuitWars' kyoto has this)