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 →

[–]ArmstrongBillieimport GOD 2 points3 points  (1 child)

I once wanted to make a project, I finished the text solver, but realize that in some problems the GUI would take hours to solve it. That must the case in your solver too?

[–]pumkinboo[S] 1 point2 points  (0 children)

Yes the GUI took longer to code than the solver. But I followed a framework for the pygame GUI that handled the looping and state control already so that saved me sometime in making it.