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 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><pre>
<div style="font-face: Hattenschweiler, Monaco">
sudo gem install gosu or download from [http://code.google.com/p/gosu gosu website]
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]
gosu introduction: [http://code.google.com/p/gosu/wiki/RubyTutorial]
Zeile 7: Zeile 7:


example game code: [http://github.com/oneup/puituniverse/tree/master poit universe]
example game code: [http://github.com/oneup/puituniverse/tree/master poit universe]
</pre></code>
</div>

Version vom 3. Juni 2009, 18:25 Uhr

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

sudo gem install gosu or download from gosu website gosu introduction: [1] for platformer tile physics see [2]

example game code: poit universe