herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 54 forks source link

Move number is drawn without last digit for moves with a number higher than 999 #395

Open herzbube opened 1 year ago

herzbube commented 1 year ago

The app currently supports games with up to 1394 moves (limit imposed by Fuego). However the font used to draw move numbers was chosen to support only up to 999 moves (a 3-digit number). As a result move numbers 1000 and above are drawn with their last digit cut off.