Skip to content

Commit

Permalink
Eighth project update
Browse files Browse the repository at this point in the history
  • Loading branch information
Parq254 committed Jun 10, 2024
1 parent bc40423 commit 49488e8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turtle_racing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import random

WIDTH, HEIGHT = 500, 500
COLORS = ['red', 'green', 'blue', 'orange', 'yellow', 'black', 'purple', 'pink', 'brown', 'cyan']
COLORS = ['red', 'green', 'blue', 'orange', 'yellow', 'black', 'purple', 'pink', 'brown', 'gray']


def get_number_of_racers():
Expand Down

0 comments on commit 49488e8

Please sign in to comment.