Implement a depth first search recursive backtracker maze generator tutorial on youtube set up in a create react app typescript app
- [part 1]https://www.youtube.com/watch?v=HyK_Q5rrcr4
- [part 2]https://www.youtube.com/watch?v=D8UgRyRnvXU
- [part 3]https://www.youtube.com/watch?v=8Ju_uxJ9v44
- [part 4]https://www.youtube.com/watch?v=_p5IH0L63wo
- [P5]https://p5js.org/
- [ColorUtil]https://gist.github.com/EvAlex/ad0e43f4087e2e813a8f4cd872b433b8
- [Range]https://github.com/tjallen/react-simple-range
- [Processuing]https://github.com/processing/p5.js/wiki/Processing-transition
- [P5_API_REF]https://p5js.org/reference/
- [p5_Setup_Typescrip]https://github.com/Gaweph/p5-typescript-starter
- [p5_Types_Typescript]https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/p5
consider subscribing
- [PaidSide]https://www.kadenze.com/courses/the-nature-of-code/info
- [Github]
- [WikiResourceForRecursiveBacktracker]https://www.wikiwand.com/en/Maze_generation_algorithm#/Recursive_backtracker
- [CodingChallenges]https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
- [ReadMeExample]https://gist.github.com/PurpleBooth/109311bb0361f32d87a2
Canvas as a grid
each spot is a cell object
- Top
- Right
- Bottom
- Left