waltheri / wgo.js

JavaScript library for game of Go.
http://wgo.waltheri.net/
307 stars 127 forks source link

Feature Request: Add "tsumego mode" #19

Closed Ellyster closed 9 years ago

Ellyster commented 10 years ago

It would be really nice to have a "Tsumego mode" where you can load a problem in SGF (http://jeudego.org/maxiGos/_maxigos/_sample/_sgf/problem/p3_en.sgf). It should:

  1. Display the description comment (for example "Black to kill")
  2. Automatically play the reply move after each user move
  3. Have callbacks functions in case of either success or failure (so the web page can save the result for that player)

Right now the only way to do 1 and 2 (3 is not supported) is using MaxiGos (or MiniGos) http://jeudego.org/maxiGos/_maxigos/en/documentation.php

Ellyster commented 9 years ago

Cool! Thanks for the feature!