]> Skullheadx's Git Forge - Snake.git/commit
Snake Game
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Thu, 22 Dec 2022 04:36:13 +0000 (23:36 -0500)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Thu, 22 Dec 2022 04:36:13 +0000 (23:36 -0500)
commit06df36bb4810eadcb2999cccb05a1535fce6661d
tree3140f4cdb925d7fa8bc3fad2f90bbcce9d12e12e
parentcfe2715b66b4447ccd0ec7693b60a0e715ff2fc6
Snake Game
20 files changed:
.gitignore [new file with mode: 0644]
Snake.exe [new file with mode: 0644]
assets/apple.png [new file with mode: 0644]
assets/logo.ico [new file with mode: 0644]
assets/logo.png [new file with mode: 0644]
assets/sounds/chill-abstract-intention.wav [new file with mode: 0644]
assets/sounds/eating-sound-effect.wav [new file with mode: 0644]
board.py [new file with mode: 0644]
button.py [new file with mode: 0644]
container.py [new file with mode: 0644]
food.py [new file with mode: 0644]
food_manager.py [new file with mode: 0644]
game.py [new file with mode: 0644]
game_over.py [new file with mode: 0644]
help.py [new file with mode: 0644]
label.py [new file with mode: 0644]
main.py [new file with mode: 0644]
menu.py [new file with mode: 0644]
player.py [new file with mode: 0644]
setup.py [new file with mode: 0644]