0
How can i create a game with combination of pygame and Turtle module?
pygame will let us to detect all the user input.and turtle have an unique pen.just wonder how can i create a game with those module?
2 Respostas
+ 6
Since you'll be using pygame, I doubt there would be a need to mix it up with tkinter. Not to mention they might not work well together...
0
What type of game you making?