Ziggurat Ride of Fortune - Worked Solution to Codewars Kata - Python VIDEO
I present my solution to the Codewars Kata "Ziggurat Ride of Fortune" by typing out the solution and explaining it as I go.
You can attempt the Kata yourself here: https://www.codewars.com/kata/5a8cacb2d5261f53ec0031f3/train/python
And you can see my solutions to other Codewars Kata here: https://www.youtube.com/playlist?list=PLK3zM7Pklmc1Vz5RNmit3d2FpwJ3H47XE
00:00 Introduction and reading the problem
05:01 Train (working through the problem)
06:11 Make Artifact class
11:50 Make Explorer class
16:25 Define step behavior
19:05 Define evaluate position and rotate
29:05 Define rotation behavior
36:45 Debug
40:15 Success
Other Videos By Erik Kristofer Anderson 2021-08-05 Variables - The Sonic Pi Tutorial, Section 5.6 2021-08-04 Functions - The Sonic Pi Tutorial, Section 5.5 2021-08-03 Threads - The Sonic Pi Tutorial, Section 5.4 2021-08-02 Conditionals - The Sonic Pi Tutorial, Section 5.3 2021-08-01 I created life! (Well, Conway's Game of Life, in Python) 2021-07-31 Programming Structures: Blocks, Iterations, and Loops - The Sonic Pi Tutorial, sections 5.1 and 5.2 2021-07-30 Break camelCase - Worked Solution to Codewars Kata - Java 2021-07-30 How to Translate Pseudocode to Python Code: Bubble Sort 2021-07-30 Randomisation - The Sonic Pi Tutorial, Section 4 2021-07-30 Live Coding Codewars Challenges (Kata) - Java 2021-07-29 Ziggurat Ride of Fortune - Worked Solution to Codewars Kata - Python 2021-07-28 Partial Samples - The Sonic Pi Tutorial, Section 3.5 2021-07-27 Enveloped Samples - The Sonic Pi Tutorial, Section 3.4 2021-07-26 Stretching Samples - The Sonic Pi Tutorial, Section 3.3 2021-07-25 Sample Parameters - The Sonic Pi Tutorial, Section 3.2 2021-07-25 Tiggering Samples - The Sonic Pi Tutorial, Section 3.1 2021-07-24 Duration with Envelopes - Sonic Pi Tutorial, Section 2.4 2021-07-23 Switching Synths - The Sonic Pi Tutorial, Section 2.3 2021-07-23 Live Coding Music Improvisation with Sonic Pi 2021-07-22 How Did They Do That in One Line?? "Mumbling" Codewars Kata Solution Explained 2021-07-22 Mumbling - Worked Solution - Codewars Kata