This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import turtle | |
import time | |
import random | |
import math | |
tick=0 | |
print('"Join the Undead" made by Braydan Smith') | |
print() | |
print("WARNING: There are flashing lights/colors in this game.") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Press 'g' to make the ball move.") | |
import turtle | |
import time | |
time.sleep(1) | |
import random | |
import math | |
delay = 0.01 | |
score = 0 | |
highscore = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Press 'g' to make the ball move.") | |
import turtle | |
import time | |
time.sleep(1) | |
import random | |
import math | |
delay = 0.01 | |
score = 0 | |
highscore = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Press 'g' to make the ball move.") | |
import turtle | |
import time | |
time.sleep(3) | |
import random | |
import math | |
delay = 0.01 | |
p1_score = 0 | |
p2_score = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import turtle | |
import time | |
import random | |
blue_segments=[] | |
red_segments=[] | |
blgame="stop" | |
rdgame="stop" | |
blue_wait="nothing" | |
red_wait="nothing" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import turtle | |
import time | |
import random | |
import math | |
print('"Zombie Survival (3.2)" made by Braydan Smith') | |
print() | |
print("Would you like a tutorial? Enter 'yes' or 'no' (and DO NOTHING ELSE!).") | |
awnser=input(":") | |
awnser=awnser.lower() |