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

Extract UML model from littlego.asta #388

Open herzbube opened 1 year ago

herzbube commented 1 year ago

Astah is no longer available in a community edition 😟. Try to find a way how the UML model can be extracted from littlego.asta and converted into a format of another free - preferrably OSS - UML tool. Bonus points if the diagrams could also be extracted/converted.

herzbube commented 1 year ago

If, as I suspect, liberating the model is not possible, then redrawing the diagrams will be the way to go. The big question is: Should this be done with a simple drawing tool or with a UML tool that supports a proper model?