Opinion on GUI for a Battleship game in Python
问题 I am making a battleship game for a project. While I have completed the logic and the game works with text input. I was hoping make a (very basic) GUI while still use the methods created for the text. The two options I've been looking at are PyGame and Tkinter. PyGame does not seem to have a text output/label function. Tkinter does, but it doesn't seem as easy (i feel) as PyGame is. Though I would love to give either of these frameworks the time they deserve, I have just over 60hrs before