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
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 ==
  
<div style="font-family: Monaco, Courier"><pre>
 
sudo gem install gosu or download from [http://code.google.com/p/gosu gosu website]
 
gosu introduction: [http://code.google.com/p/gosu/wiki/RubyTutorial]
 
for platformer tile physics see [http://jnrdev.72dpiarmy.com]
 
  
example game code: [http://github.com/oneup/puituniverse/tree/master poit universe]
+
* <code>sudo gem install gosu</code> or download from [http://code.google.com/p/gosu gosu website]
</pre></div>
+
* 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


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)