0
How to make a small game using python?
2 Réponses
+ 6
try pygame maybe? I have no experience with it.
however if you want to make a text game, heres a guideline. print out a story, ie player is stranded in the woods. Then require a input. ie if player types 1, he stays, or if 2, he wanders the forest. of course, you would print what the options are. Then write what happens if they choose either of those, and continue on and on until all branches of the story game come to a conclusion.
0
what sort of game?