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 2: Zeile 2:
  
 
<code><pre>
 
<code><pre>
sudo gem install gosu or download from http://code.google.com/p/gosu
+
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]
for platformer tile physics see http://jnrdev.72dpiarmy.com
+
for platformer tile physics see [http://jnrdev.72dpiarmy.com]
 +
 
 +
example game code: [http://github.com/oneup/puituniverse/tree/master poit universe]
 
</pre></code>
 
</pre></code>

Version vom 3. Juni 2009, 18:23 Uhr

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

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]