- 7

[DUPLICATE] How does the snake grow in the game?

6th Jan 2018, 7:05 PM
Ioana Maria Raica
Ioana Maria Raica - avatar
3 Answers
+ 9
If you're referring to the "Snake Game" you might get an idea from my code, I used arrays
6th Jan 2018, 8:13 PM
David Akhihiero
David Akhihiero - avatar
+ 7
Inside the move function in line 174 you can see how the snake is growing https://code.sololearn.com/WBQQd48mJbVB/?ref=app
6th Jan 2018, 11:47 PM
Martin Möhle
Martin Möhle - avatar