From: David Balmain Date: 2005-12-10T12:09:21+09:00 Subject: Re: [QUIZ] Kalah (#58) Could we add this enhancement. It makes searching a lot easier. class KalahGame attr_reader :board, :player_to_move def initialize_copy(other_game) super @board = other_game.board.dup end end Cheers, Dave On 12/10/05, James Edward Gray II wrote: > On Dec 9, 2005, at 3:40 PM, Stephen Waits wrote: > > > James Edward Gray II wrote: > >> Ah yes. That's another one. Thanks you two. > > > > Is there a place where we can easily grab the most recent version? > > Sure. I've put it up here: > > http://rubyquiz.com/KalahMatch.rb > > James Edward Gray II > >