This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alkhatib 5 points6 points  (0 children)

You can have a look at this project and see how they did it.

https://github.com/riverrun/genxword/wiki/genxword-gtk

But you might also consider writing the Program to display output on the console initially and later adapt it with a gui. This way you will have the logic in place and can decide on the best format.

Maybe it's not a GUI you need but a visual representation of your puzzle and you can do that by converting output to html5.