Skip to content

Commit

Permalink
update rit game snake formula
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Feb 28, 2021
1 parent e8687b6 commit 8c48441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/snake/src/formula/formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Colors settings
white = (255, 255, 255)
green = (34, 139, 34)
red = (255,0,0)
blue = (64, 224, 208)

# Screen configurations
Expand Down

0 comments on commit 8c48441

Please sign in to comment.