artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Make the starting move number smarter in the flattener #99

Closed artasparks closed 9 years ago

artasparks commented 9 years ago

Rather than relying on the user to pass it in, it should be pretty easy to guess the right move number. For problems, it's always the move number. For games, you want to restart the numbers on the variations. Not sure which behavior is the right to default to. Probably I default to the latter -- the former is easy enough to deal with manually.

artasparks commented 9 years ago

Added in 1.0.2