Jayden C
@The_God_GuyGod
I'm a young programmer. Programming is my hobby. I made this game prior. The two special thanks are my friends who helped me while I tested the gam
Python
LynnOng Very nice. Here's some things you can do to make it better.
Make it not case sensitive using the .upper() or .lower() function.
Encrypt the save codes. You can use my encryption tool : https://repl.it/@LynnOng/C-MESH
When using the print function instead of doing print("Hello World") Do print("\nHello World") This would make reading text easier for the user.4 years ago