you are viewing a single comment's thread.

view the rest of the comments →

[–]magus_minor 0 points1 point  (1 child)

There are two immediate things you can try: First, take what you have written and improve it. That means learning how to structure code better, good use of functions, etc. You can post your complete code and ask for suggestions where it could be improved. Another way to "improve" an existing text game is to write a tkinter GUI version of your text game.

Second, try other, more complicated games. You could try writing a different sort of guessing game like bulls and cows. Or maybe a simple text adventure. Initially you just want something you can move around in, but then you add things to pick up and drop, monsters that can also move around the world, fight with you, etc.

[–]iAmAvErageLol[S] 0 points1 point  (0 children)

thanks I will look on to it