slagyr / simon

The classic Simon game. Written with the help of Jim Weirich.

This URL has Read+Write access

slagyr (author)
Tue Dec 16 10:08:45 -0800 2008
commit  9308685cdadaa2406030f2d1368a9dcea0afac65
tree    6a4b8caf734d9eadaafde5af05ecf43f1d3ce87d
parent  bf5ba4e0cd0ef60d1f9cc06d0e0d73316643724d
simon / production.rb
3339d110 » slagyr 2008-11-09 first commit 1 # This file (production.rb) configures the production. It is the first file loaded when production is opened.
2
3 # The name of the production. If not present, the production's name will default to the name of the root directory.
4 name "Simon"
5
6 # Attributes. Defining attributes on the production will create getters/setters on the production object.
7 # Create attributes for any model objects or resources that need to accessible to props or players within the production
8
9 #attribute :attribute_name