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