ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

Forking games #37

Open janfri opened 13 years ago

janfri commented 13 years ago

In my opinion it would be a cool feature if you can fork a game:

  1. Select a game
  2. Go to a specific turn
  3. Click a button "fork from here"

Now there is a new game generated with the history of the original to the specified turn. This could be helpful for learning go to try alternatives.

I'm not sure how to handle this if it was a game with two human players. Maybe have an option to select the color and play further against GNU go or invite another player?