Coding Challenge #91: Snakes & Ladders - Part 3
In this multi-part coding challenge, I attempt to create a simulation of the classic board game Snakes & Ladders (also known as Chutes and Ladders). Code: https://thecodingtrain.com/challenges/91-snakes-and-ladders
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/fxyOnKXlw
Other Parts of this Challenge:
πΊ Part 1 : The Game without Snakes and Ladders: https://youtu.be/JrRO3OnWs5s
πΊ Part 2 : Add Snakes and Ladders: https://youtu.be/wN5Is0DjW8w
π₯ Previous video: https://youtu.be/0L2n8Tg2FwI?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/188B6k_F9jU?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π Snakes and Ladders on Wikipedia: https://en.wikipedia.org/wiki/Snakes_and_Ladders
Videos:
π₯ Video Games track: https://thecodingtrain.com/tracks/games
π΄ Coding Train Live 116.2: https://youtu.be/1v_E18xU3ok?t=570s
Related Coding Challenges:
π #71 Minesweeper: https://youtu.be/LFU5ZlrR21E
π #72 Frogger: https://youtu.be/giXV6xErw0Y
π #94 2048 Sliding Puzzle Game: https://youtu.be/JSn-DJU8qf0
Timestamps:
00:00 Introduction
01:00 Adding States to the Game
02:20 The ROLL State
04:40 Highlight a Preview of the next Spot
07:20 Do some Debugging
09:32 The MOVE State
11:28 Fix the Drawing of the Preview
13:46 Find out is there is a Snadder
17:15 The SNADDER State
19:07 Move according to the Snadder
20:22 Some more Debugging
25:12 Figure out if the Game is Over
26:28 Make the Board bigger
28:56 Wrapping up this Coding Challenge
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
#snakesandladders #game #p5js #javascript