On Oct 14, 2005, at 7:34 AM, Ruby Quiz wrote: > #!/usr/local/bin/ruby -w > > class DumbPlayer < Player > def initialize super > @data = "" > > @plays = nil > @discard = nil > end # ... The above addition allows DumbPlayer to play from the server side as well as the client. This is an oversight on my part. Sorry. James Edward Gray II