public
Description: Retris is a Tetris clone written in Ruby using the gosu library.
Homepage:
Clone URL: git://github.com/angryrabbit/retris.git
retris /
name age message
file Rakefile Loading commit data...
file init.rb
directory lib/ Mon Jun 02 23:39:36 -0700 2008 Project cleanup. [angryrabbit]
file license.txt
directory media/ Thu Jun 05 21:17:50 -0700 2008 Player can now pause game. [angryrabbit]
directory objects/
file readme.txt
directory ruby_extensions/
directory shapes/ Thu Jun 05 15:42:31 -0700 2008 Fixed shape definitions. [angryrabbit]
directory spec/ Sat May 31 23:55:50 -0700 2008 Yay\! Retris lives. [angryrabbit]
directory states/
== Introduction

Retris is a Tetris clone written in Ruby using the gosu library.

== How to play

Use the left and right arrow keys to move your shape left and right.

Pressing the up arrow key rotates your shape 90 degrees clockwise.

Pressing the down arrow key causes your shape to fall faster.

Pause the game by pressing the space bar.