In this coding challenge, I attempt to code Conway’s Game of Life cellular automata simulation in JavaScript using the p5.js library.
💻Challenge:
Links discussed in this video:
🔗Conway’s Game of Life:
🔗Mathematical Games:
🎥The Game of Life:
🎥2D Arrays in JavaScript:
🎥The Modulo Operator with Golan Levin:
🚂Website:
💡Github:
💖Membership:
🛒Store:
📚Books:
🖋️Twitter:
Video editing by Mathieu Blanchette.
🎥Classic Video Games:
🎥Coding Challenges:
🎥Intro to Programming using p5.js:
🔗 p5.js:
🔗 Processing:
📄 Code of Conduct:
🌐Help us caption and translate:
🚩Suggest Topics:
👾Share your contribution:
Nguồn: https://rantbit.com
Xem thêm bài viết khác: https://rantbit.com/game/
Wonderful videos!! THX so much!! 🤗🤗❤️❤️
(Does really each cell have all neighbors?)
I appreciate giving your knowledge but every time I try follow your tutorials I can't make the thing work with p5 which I have never used before. It's too complicated.
Rip John Conway. What a year
lol! i love it when the song goes off when you change the camera. It freaks you out too. lol
RIP he died on my Bday
What about making an infinite grid that you can pan around and zoom in and out with the game of life rules ?
Rest In Peace, John Conway 💜
You could've implemented 2's complement there couldn't you??
Rest in Peace, John Conway. :'-(
my professor said code is less important than results.
this guy codes
Thank you for your videos 🙂
My solution was similar to yours, but I used vanilla Javascript and HTML canvas… https://github.com/andrewerwinxyz/js-gameoflife
Don't know why, but github code stoped working
can you tell me what drugs you're taking? maybe if i take them too it'll make you less insufferable.
Here is my implementation in Svelte.
https://www.crazylazy.xyz/lab/lifegame
https://youtu.be/DI0NBBhcGUU
How did he get it to run on the browser?
I'm trying to follow along and cannot do it.
Conway rest in peace .
such an amazing video and it's not even monetized :0
R.I.P Jhon Conway
I feel like this guy does a line of cocaine before starting any tutorial….
I'd like to see the Game of Life on a hex grid. There are only six neighbors so you would have to adjust the math.
You can create the game of life with only one line of code in APL.