stoneskin

learn coding from scratch and python

10.12 Step by Step to build a snack game in Scratch

10.12.1 Step 1: Crate looping moving snake head

https://scratch.mit.edu/projects/497574292/ center snake head snakehead snake head code

10.12.2 Step 2: Snake food random location

https://scratch.mit.edu/projects/497579325

snake food snake food code

10.12.3 Step 3: Snake body x,y positions list

https://scratch.mit.edu/projects/497596710/

snake body x,y position list

10.12.4 Step 4: Sync the snake bodies moving

https://scratch.mit.edu/projects/497600348

snyc the snake bodies moving

snake head broadcast move

snake body update position

10.12.5 Step 5: Finish the game

https://scratch.mit.edu/projects/497616931/ finish snake game