itch.io is community of indie game creators and players

Devlogs

Devlog 1

Computer
A downloadable game

Very easy to code...


All the code:

password = None

while password != "oreosareawesome123":

    password = input("Enter the password.")

    if password != "oreosareawesome123":

        print("Your password is incorrect.")

print("Correct Password. Welcome")

print("Hahahahahah tricked you!")

while 2 == 2:

    print("This is the song that never ends!!!!!")

Files

  • Computer.py 321 bytes
    Mar 18, 2021
Download Computer
Leave a comment