angryrabbit / retris

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

This URL has Read+Write access

retris /
name age message
file Rakefile Sat May 31 23:55:50 -0700 2008 Yay\! Retris lives. [angryrabbit]
file init.rb Mon Jun 02 23:39:36 -0700 2008 Project cleanup. [angryrabbit]
directory lib/ Mon Jun 02 23:39:36 -0700 2008 Project cleanup. [angryrabbit]
file license.txt Thu Jun 05 20:41:58 -0700 2008 Updated legal to include information about FMOD. [angryrabbit]
directory media/ Thu Jun 05 21:17:50 -0700 2008 Player can now pause game. [angryrabbit]
directory objects/ Thu Jun 05 20:36:24 -0700 2008 Next shape shows. The straight edge overlaps th... [angryrabbit]
file readme.txt Thu Jun 05 21:31:35 -0700 2008 Updated readme with directions. [angryrabbit]
directory ruby_extensions/ Mon Jun 02 23:39:36 -0700 2008 Project cleanup. [angryrabbit]
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/ Sun Jun 08 13:36:42 -0700 2008 Fixed error when hitting ESC inside playing_state. [angryrabbit]
readme.txt
== 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.