Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AviationSFO committed Jul 17, 2022
1 parent e26b6ef commit 2706f50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Is it possible to have install script clone from latest version rather than the latest commit?

# !!!!MACOS ONLY!!!!
cd ~/Desktop
git clone https://github.com/AviationSFO/SnakeGame

Expand Down
4 changes: 2 additions & 2 deletions turtlesnake.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Snake Game by Steven Weinstein on 3-10-2022. Version available in version.txt
# Python Snake Game by Steven Weinstein on 7-17-2022. Version available in version.txt
# import required modules
TK_SILENCE_DEPRECATION = 1
from platform import python_version
Expand Down Expand Up @@ -81,7 +81,7 @@
print("Error: last highscore is not an integer.")

wn = turtle.Screen()
wn.title("Snake Game Project DEVELOPMENT")
wn.title("Snake Game Project v1.13.1")
wn.bgcolor(bgcolor)
# the width and height can be put as user's choice
wn.setup(width=600, height=600)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version STABLE v1.13.0
Version STABLE v1.13.1

0 comments on commit 2706f50

Please sign in to comment.