Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
snake-game
Browse files
Aug 13, 2020
Completed second part of the tutorial, binding go function with keyboard.
· f16d0c88
Banji
authored
Aug 13, 2020
f16d0c88
Defining go functions with 4 direction to combine them with keyboard
· dec8ab09
Banji
authored
Aug 13, 2020
dec8ab09
Import time module and sleep method to slow down the snake head
· be2543e0
Banji
authored
Aug 13, 2020
be2543e0
Add move function
· a01c5fe9
Banji
authored
Aug 13, 2020
a01c5fe9
Making a new function to move snake head on the screen
· 8a6a4c34
Banji
authored
Aug 13, 2020
8a6a4c34
Aug 12, 2020
changing the screen setup
· 14ff47b3
Banji
authored
Aug 12, 2020
14ff47b3
Seperating the game for better understanding. This the snake Head
· dcbd47ac
Banji
authored
Aug 12, 2020
dcbd47ac
Aug 11, 2020
Reset the score when the snake touches its own body then update the score display
· e1c7deda
Banji
authored
Aug 11, 2020
e1c7deda
Reset the Score when the Snake hit the wall(Or touched the border)
· 56d24ba5
Banji
authored
Aug 11, 2020
56d24ba5
Addinc a way to increase the score and setting high_score
· 52b8ab51
Banji
authored
Aug 11, 2020
52b8ab51
Changed the pen.goto(0, 260) to pen.goto(0, 360), so the position of the scores are fine now!
· 3a10b39f
Banji
authored
Aug 11, 2020
3a10b39f
Adding Score and High Score at the top of the windows
· 9348898c
Banji
authored
Aug 11, 2020
9348898c
Aug 10, 2020
Fixed Bug: When you go up you then down the game shouldn't reset! so I fixed...
· a22b5809
Banji
authored
Aug 10, 2020
a22b5809
Fix Bug: Prevent snake from going to its own body
· cc61d909
Banji
authored
Aug 10, 2020
cc61d909
Fixed a bug(When you touch your first food it get sent back to (0, 0) or center
· c4fd40b0
Banji
authored
Aug 10, 2020
c4fd40b0
Adding README.md file to the project
· 76792279
Banji
authored
Aug 10, 2020
76792279
This is a fun project to improve my coding skills!
· 134f791c
Banji
authored
Aug 10, 2020
134f791c
Loading