Skip to content

Commit

Permalink
Add notes about environment and require.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Oct 1, 2011
1 parent 46e2d5f commit 110cb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You lose if:
### Additional rules

* The official interpreter is Ruby 1.9.2.
* The player will not have access to the game objects.
* The player may `require` Ruby source files from within `players/lib`, which is in the path (i.e. `players/lib/foo/bar.rb` can be used via `require "foo/bar"`.)
* The judge’s decision is final.

Implementation
Expand Down

0 comments on commit 110cb8d

Please sign in to comment.