+ 1
Could someone please help me put the mouse into function with Python/Pygame? >.< For a text-based adventure game
So I'm making a text-based adventure game as a school's project, using the pygame module. I've made the menu screen, but I don't really know how to make it so that when the mouse clicks on the text "click here to start", it will go to a new page/screen displaying "Chapter 1", then the text disappears before the first paragraph appears. And when the mouse is clicked anywhere on the pygame window, the next paragraph appears. It would be great if someone could help me with this. :')
2 Antworten
+ 4
Hey, how about using Kivy for this? It'll be easier to build with kivy than pygame.
+ 1
I think I'm required to use pygame... D: