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
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:


== Gosu Lacks (aka... needs own OpenGL code) ==
== Gosu Lacks (aka... needs own OpenGL code) ==
We wan't to replicate the full feature-set of oldschool 2D gaming, hence: ^^(see above)


<div style="color: orange">
* 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)
</div>

Version vom 12. Juni 2009, 02:36 Uhr

A warm welcome to the totally useless Game Programming in Ruby tutorial


Poit (Isn't Puit).

  • open source ruby game : poit universe
  • sort of //Nil Isn't Liero//



Gosu Lacks (aka... needs own OpenGL code)

We wan't to replicate the full feature-set of oldschool 2D gaming, hence: ^^(see above)

  • Pixel Operations (Putpixel)
  • Palette Swap (-> from: CuteWars.python)
  • Animation System built-in (PuitWars' kyoto has this)