Hi list, I'm working on a small immersive VR Go application (Oculus, HTC Vive etc)
My goals are: - play remotely against somebody else in VR - play remotely against somebody on IGS (- try to get better at Go) Since I'm only a beginner in Go, I'm looking for the minimal set of functions that I need to implement in order to be able to play full games. Currently implemented: - 19x19 board - Place a black or white stone anywhere - Can't play if not your turn - Can't play if move is not legal (suicide or ko) - Captured stones disappear from board - Captured stones count - Score estimation - IGS: login, challenge a user, play move, receive move Planned: - Pass - Resign - Undo - Save to SGF - Handicap Maybe: - 9x9 - 13x13 I am most probably missing some functions to complete the minimal set, so any comment is greatly appreciated :) Have a great day! cb _______________________________________________ Computer-go mailing list [email protected] http://computer-go.org/mailman/listinfo/computer-go
