Coding Challenge #6: Mitosis Simulation with p5.js
In this viewer submitted coding challenge, I program a cellular mitosis simulation in p5.js. Code: https://thecodingtrain.com/challenges/6-mitosis-simulation
đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/K_ABj0cCt
đĨ Previous video: https://youtu.be/biN3v3ef-Y0?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Next video: https://youtu.be/l8SiJ-RmeHU?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
Live Stream Archive:
đ´ Coding Train Live 33: https://youtu.be/WpUnYfVmKdA?t=4390s
Related Coding Challenges:
đ #36 Blobby!: https://youtu.be/rX5p-QRP6R4
Timestamps:
00:00 Welcome to the challenge!
00:56 Create a Cell constructor
03:01 Create a cell
04:05 Move the cell randomly
05:25 Change the appearance of the cell
06:06 Create an array of cells
08:15 Handling mouse press
11:27 Splitting the cell into two
13:49 Allowing optional constructor arguments
16:07 Split the cells and add them to the array
17:01 Error! Copying object references
19:48 Add transparency to cells
20:15 Error! Looping backwards
21:37 Delete the original cell during mitosis
22:22 Add random offset to position
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
#mitosis #simulation #p5js