Thank you for the tutorial, however my snake just stops moving after it runs into the apple.
@andreas44393 жыл бұрын
Your snake is stuck in a loop, look at line 55 (for me), applePos = [random.randit(0,7), random.randit(0,7)]. The problem is that you probably used a variable that doesnt change when your snake bumps into it.
@eriktruong98562 жыл бұрын
Do you know if the software is broken in sense-hat emulator (link) . It display completely wrong attitude and rotations now.
@양혁-m8s2 жыл бұрын
Hello im korean im touching for your video! So i have a one question for video It is possibe to control with a gyroscope instead of joystick?
@animagusz5 жыл бұрын
thanks for the tutorial could you also tell how to code it so if it hits the last coordinates the snake resets
@tobysclark14 жыл бұрын
On the sixteenth line what is the symbol after [clear]