Here is my first custom made from ground up programming script ever, Im really happy how this turned out! Its a very short text adventure game that can be played inside a command line!
STORY: Timmy Thunderpants has gone missing, and there is only one detective good enough for the job: You! Investigate the subjects and reveal the true murderer!
Dont be shy and let me know any bugs or issues you encountered (preferably) down below or (when not possible) on any of our social platforms!
SYSTEM REQUIREMENTS:
Python (can be easily installed and opened using Visual Code)!
KNOWN BUGS:
Investigators cant handle unexpected answers, and will be forced to close the game.
Answers are cap sensitive, please write them in lower case!
.lower() is a built-in Python method primarily used for string handling. The .lower() method takes no arguments and returns the lowercased strings from the given string by converting each uppercase character to lowercase. If there are no uppercase characters in the given string, it returns the original string.