Coding Challenge #3: The Snake Game
In this coding challenge, I code a p5.js version of the Snake Game. Code: https://thecodingtrain.com/challenges/3-snake-game š¹ļø p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/avh_VGx69 š„ Previous video: https://youtu.be/LG8ZK-rRkXo?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH š„ Next video: https://youtu.be/KkyIDI6rQJI?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH š„ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH References: š Snake Game on Wikipedia: https://en.wikipedia.org/wiki/Snake_(video_game) Live Stream Archive: š“ Coding Train Live 32: https://youtu.be/yUO2bWfBgN8?t=578 Related Coding Challenges: š #32 Agar.io: https://youtu.be/JXuxYMGe4KI š #72 Frogger: https://youtu.be/giXV6xErw0Y š #173 AppleSoft Basic Snake Game: https://youtu.be/7r83N3c2kPw š #115 Snake Game Redux: https://youtu.be/OMoVcohRgZA Timestamps: 0:00 Creating a Snake object 3:00 Adding keyboard control 5:20 Grid and World Constraints 8:00 Adding Food! 11:00 Eating The Food! 13:05 Getting Longer When Eating 17:40 Fixing Mistakes 21:48 Game Over State 25:55 Coding Challenge Complete Choo Choo! Editing by Mathieu Blanchette Animations by Jason Heglund Music from Epidemic Sound š Website: http://thecodingtrain.com/ š¾ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide š© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box š” GitHub: https://github.com/CodingTrain š¬ Discord: https://thecodingtrain.com/discord š Membership: http://youtube.com/thecodingtrain/join š Store: https://standard.tv/codingtrain šļø Twitter: https://twitter.com/thecodingtrain šø Instagram: https://www.instagram.com/the.coding.train/ š„ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH š„ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA š p5.js: https://p5js.org š p5.js Web Editor: https://editor.p5js.org/ š Processing: https://processing.org š Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new #snake #game #vectors #arrays #p5js #javascript