Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
work on part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagol12344 committed Jul 13, 2021
1 parent 2854ec5 commit 532f78b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
13 changes: 6 additions & 7 deletions Main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import time
import os
from codestuffdontread import end
from codestuffdontread import end1
from codestuffdontread import win1
from codestuffdontread import updatecheck


updatecheck()
print('You wake up to find pitchforks and fire coming to your house')
time.sleep(2)
print('The vliiagers are shouting "DEATH TO THE WITCH"')
Expand Down Expand Up @@ -40,7 +39,7 @@
time.sleep(7)
print('Your house is destoryed, and you are hanged for your crime')
time.sleep(2)
end()
end1()
if q1 == '2':
time.sleep(2)
print('How do you want to set them on fire')
Expand Down Expand Up @@ -73,7 +72,7 @@
time.sleep(2)
print('You died for allmost killing a child')
time.sleep(6)
end()
end1()
if q1 == '3':
time.sleep(4)
print("How do you want to do it?")
Expand All @@ -100,12 +99,12 @@
time.sleep(2)
print('Before geting your snack you get killed by the villagers')
time.sleep(2)
end()
end1()
if q23 == 3:
time.sleep(2)
print('The villagers kill you')
time.sleep(2)
end()
end1()
if q23 == 1:
win1()
elif q13 == '2':
Expand All @@ -114,4 +113,4 @@
time.sleep(6)
print('The jars do nothing to the fire and your house is burned to the ground')
time.sleep(3)
end()
end1()
2 changes: 1 addition & 1 deletion codestuffdontread.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time


def end():
def end1():
print('You have failed')
time.sleep(2)
print('Please wait...')
Expand Down
4 changes: 3 additions & 1 deletion notmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
time.sleep(2)
fobml = input(atu)
if fobml == 1:
print('')
print('you find a crab')
crab = 1
print('good job')
elif sn == '2':
print('you keep running')
print('after 2 more hours you run off a cliff')
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"update_" : "1.0"
"update" : "1.0"
}

0 comments on commit 532f78b

Please sign in to comment.