public
Description: A lean-and-mean Ruby/ObjC bridge
Homepage: http://rubyobjc.com
Clone URL: git://github.com/timburks/rubyobjc.git
rubyobjc / examples / maze
name age message
..
file README Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file Rakefile Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file main.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file maze.icns Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file maze.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
README
--

The Maze Game: A RubyObjC toy

-- 

This directory contains a toy application that generates mazes
to be navigated by one or two users.  Use the keyboard to navigate
the maze until the circles meet.

Use the arrow keys to move the circle on the right and 
'w','a','s', and 'd' to move the right circle.

To build this, simply type "rake" from the terminal.  You can then run the application
in the usual way or by simply typing "rake run".

-- 

Copyright (c) 2007 Tim Burks, Neon Design Technology, Inc.
This and other RubyObjC examples can be found online at http://www.rubyobjc.com.