Skip to content

Commit 33e3c5a

Browse files
authored
Update space_up.py
1 parent b4a8f67 commit 33e3c5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

space_up.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Space Invader
1+
# Space Invader by Mahesh Sawant
22

33
import turtle
44
import winsound
@@ -9,7 +9,7 @@
99
# Set up the screen
1010
wn = turtle.Screen()
1111
wn.bgcolor("blue")
12-
wn.title("Space Invaders")
12+
wn.title("Space Invaders by Mahesh Sawant")
1313
wn.bgpic("background.gif")
1414

1515
# Register the shape
@@ -233,4 +233,4 @@ def isCollision_enemy_player(t1, t2):
233233
bullet.hideturtle()
234234
bulletstate = "ready"
235235

236-
delay = input("Press enter to finish")
236+
delay = input("Press enter to finish")

0 commit comments

Comments
 (0)