?/100

Coding Challenge #3: The Snake Game

April 20, 20163278597

Description

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

Wheatcha