Conways Game of Life using NetLogo Patches Tutorial
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=FWSR_7kZuYg
In this coding challenge, I attempt to code Conway’s Game of Life cellular automata simulation in JavaScript using the p5.js library. Code: https://thecodingtrain.com/challenges... • đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/s... • đĨ Next video: • Coding Challenge #86: Cube Wave by Be... • đĨ All videos: • Coding Challenges • References: • đ Conway's Game of Life on Wikipedia: https://en.wikipedia.org/wiki/Conway%... • đ Mathematical Games: http://www.ibiblio.org/lifepatterns/o... • Videos: • đ My Video on The Game of Life: • 7.3: The Game of Life - The Nature of... • đ 2D Arrays in JavaScript: • 9.15: 2D Arrays in JavaScript - p5.js... • đ The Modulo Operator with Golan Levin: • Guest Tutorial #6: The Modulo Operato... • đ´ Coding Train Live 108: • Coding Train Live 108: More OOP with ... t=8518s • Related Coding Challenges: • đ #89 Langton's Ant: • Coding Challenge #89: Langton's Ant • đ #107 Sandpiles: • Coding Challenge #107: Sandpiles • đ #102 2D Water Ripple: • Coding Challenge 102: 2D Water Ripple • Timestamps: • 0:00 Introduction • 2:00 Generations • 7:18 make2DArray() • 17:20 Compute Next Generation • 21:19 countNeighbors() • 23:14 Deal with Edges • 25:44 Implement Rules • 30:00 Implement Wraparound with Modulus • 36:13 Variations • Editing by Mathieu Blanchette • Animations by Jason Heglund • Music from Epidemic Sound • đ Website: http://thecodingtrain.com/ • đž Share Your Creation! https://thecodingtrain.com/guides/pas... • đŠ Suggest Topics: https://github.com/CodingTrain/Sugges... • đĄ GitHub: https://github.com/CodingTrain • đŦ Discord: / discord • đ Membership: http://youtube.com/thecodingtrain/join • đ Store: https://standard.tv/codingtrain • đī¸ Twitter: / thecodingtrain • đ¸ Instagram: / the.coding.train • đĨ Coding Challenges: • Coding Challenges • đĨ Intro to Programming: • Start learning here! • đ 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-o... • This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecod... • #gameoflife #cellularautomata #modulus #javascript #p5js
#############################