Coding Train Live 35: 3D Solar System and Maze Generator

preview_player
Показать описание


Timestamps:
21:14 - Taking the 2D Solar System and making it 3D
52:36 - Adding texture to 3D objects
1:19:56 - Maze Generator: Creating grid, cells and walls
1:43:48 - Maze Generator: Moving across the grid
2:00:50 - Maze Generator: Removing walls
2:34:36 - Maze Generator: Recursive backtracker
2:44:38 - Conclusion

Links discussed in this video:

Help us caption & translate this video!

Рекомендации по теме
Комментарии
Автор

I love nature of code, I couldn't stop reading it! Just out of curiosity, what is your background? Are you an artist that happens to be a good programmer? or are you a programmer that has a large appreciation for art? I'd love to know

jordanlazzaro
Автор

after the part where the audio cut off i went right down to the like button. your tutorial style is amazing and so unique just stay like you are :D

HundredsScope
Автор

Top, right, bottom left !!! Top, right, bottom left !!!

TheSpectron
Автор

the maze generator was awesome! thanks a lot Dan!!

endofmysteries
Автор

One thing that I thought of on the maze generator : with the stack done this way, when the current cell is stuck, it has no choice to where it's gonna go next, wouldn't it make the maze kind of "more random" if you kept track in an array of all the cells that have been visited but still have an unvisited neighbour (for example, when you visit a cell, if it has more than 1 unvisited neighbour, add it to this array), and then whenever stuck, choosing a random cell in this array and restarting generating from here again ? Then even when the cell is stuck it chooses randomly where to go next. Would that be a good idea ? Would that even have an effect ? I dunno... Great live by the way !! love your vids :D

TheSpectron
Автор

in the removeWalls function - where are the i and the j coming from? from the setup function? how does that work?

eotikurac
Автор

i made nyan cat animations for my channel a few years ago

eotikurac
Автор

I did Langtons Ant but the ant is 1 pixel big.
Can you do it?

jayxi
Автор

i need subtitles!!!! T.T i want understant what you say

avanger
Автор

the sound cutting for the part 4 make me sad ;|
sound come bacl at 2:28:00

SerilaBuck
Автор

please, Please, PLEASE someone dub that in a different language, or maybe do a lip reading, even if it's just a little bit

Asrtyulg