Next up Conway’s game of life inside Conway’s game of life inside minecraft (Edit: Incase anymore of you didn’t get the joke yes I know someone has already done Conway’s game of life inside Conway’s game of life that’s the reason I made this comment in the first place)
the funny thing is. thats possible. in conways game of life, some maniac made a logic gate, which means you can make conways game of life INSIDE conways game of life. just search "conways game of life in conways game of life" on youtube and youll get it. SOOO theoretically, if you were to make that in minecraft, it would work.
Making game of life in minecraft with redstone is already incredibile, but doing it in bedrock is absolutely amazing, everytime I try to do something with it it breaks for no reason
@@Bodhi_Sant Command blocks command the game to do things it's kind of like coding while playing the game. This in the video uses redstone and no command blocks. Redstone is kind of like metal wires in real life.
@@Bodhi_Sant command blocks can create things, you can make a block go from position A to B instantly without doing anything. But without command blocks you need to use piston's. Piston's can push blocks only 1 block forward. You need to make some insane redstone work to do the thing in the video. impossible for most Minecraft players, hard for the rest
Really cool. I have actually been trying to do this myself and I think I have almost completed it. Was looking around to see if anyone else had thought of the idea. My design for a single cell works perfectly fine itself, I just haven't yet connected a bunch together yet. My idea has each cell calculate its value at the same time and then wait long enough to let the other cells finish their calculation before releasing the verdict and changing the cell's value. This makes sure that all changes are synchronized and there are no cells making calculations based off of cells that have already calculated their value for that generation. I would suggest you implement something along those lines too, if you haven't already. Really nice to see how someone else's ideas compare to mine! Was thinking of making a video myself but would like your permission since you appear to have come up with the idea first.
Ahhh, what the heck??? Just looking at all that red stone makes my brain hurt. I have no idea how you came up with this. I wouldn’t even know where to start. I know I say basically the same thing on every video, but it’s so true! Good job! 👏👏👏
By learning machine logic gates, or, nor etc. Real machinery works on the same logic... and building anything even slighty complivated on this lvl is impressive
essentially each cell has a 2-way connection with each of it's 8 neighbors. then you just have to quantify the ammount of alive neighbors each time you tick, technically this design can be improved
Conway’s Game of Life in Minecraft. Cool. Conway’s Game of Life in Minecraft, using redstone. Wow. I’m impressed. Conway’s Game of Life in Minecraft, using redstone, _in Bedrock Edition._ I’m blown away.
@GamerX997 (rasfsfsfs) yeah like calm down there, im just saying that he did a great job on making a good redstone build on bedrock because most of the times ive tried they have given me a bit of random results, so they making a circuit that works how its supposed to without any random elements makes me appreciate their hard work
it would be interesting if block spawning according to game of life rules at a slow rate could be programed at the server level in 2B2T. that would create some interesting chaos.
Incredible work! Would it be possible to implement a way to pause the entire system so you could construct various patterns before letting it run? It would be phenomenal to see glider guns or 8-cycle patterns running in minecraft.
that's really cool, I wonder if you could use redstone to create a wrap around version where it checks the ones on the opposite end though that might be impossible without some kind of redstone mod but maybe not
That is perfectly possible. All you would have to do would be to connect the outputs from the edge cells to the opposite edge cells. It's just some longer wires.
would have been pretty easy to set up a few buttons to trigger multiple different patterns of cells to show this off abit better. the impressive build was kinda lost with poor execution
Is this expendable? Right now it's 36 but from the way I see it you got them to react to each other using TNT and a sensor so all you need to do is copy paste right? Also have to say this amazes me, definitely goes in the list of incredible computers built inside Minecraft.
@@supernt7852 I think he means, he's wondering if it actually reacts like the game would. If each tile ran on its own clock, they could potentially get out of sync and would break the system
Next up Conway’s game of life inside Conway’s game of life inside minecraft
(Edit: Incase anymore of you didn’t get the joke yes I know someone has already done Conway’s game of life inside Conway’s game of life that’s the reason I made this comment in the first place)
the funny thing is. thats possible. in conways game of life, some maniac made a logic gate, which means you can make conways game of life INSIDE conways game of life. just search "conways game of life in conways game of life" on youtube and youll get it. SOOO theoretically, if you were to make that in minecraft, it would work.
@@Udunen thank you for explaining my joke to me (that’s why I said it in the first place)
@@Killertiger2000 hahahaha what a woosh
I think someone did make that, it's called Life in life, I think
@@Udunen There's Conway's game of life in Conway's game of life
Making game of life in minecraft with redstone is already incredibile, but doing it in bedrock is absolutely amazing, everytime I try to do something with it it breaks for no reason
redstone does that when you leave the chunk, so you end up having to do it in one sitting
@@GoblinCorn69 something goes wrong even when I'm close, it's just a buggy mess
@@alorgb7440 idk what to tell you then, good luck with the redstone
yeah bedrock is bad you should really try java
This has no command blocks, and it makes it more amazing.
I'm sorry I don't know about the game. How does the command block work?
@@Bodhi_Sant Command blocks command the game to do things it's kind of like coding while playing the game. This in the video uses redstone and no command blocks. Redstone is kind of like metal wires in real life.
@@Bodhi_Sant command blocks can create things, you can make a block go from position A to B instantly without doing anything. But without command blocks you need to use piston's. Piston's can push blocks only 1 block forward. You need to make some insane redstone work to do the thing in the video. impossible for most Minecraft players, hard for the rest
Really cool. I have actually been trying to do this myself and I think I have almost completed it. Was looking around to see if anyone else had thought of the idea. My design for a single cell works perfectly fine itself, I just haven't yet connected a bunch together yet. My idea has each cell calculate its value at the same time and then wait long enough to let the other cells finish their calculation before releasing the verdict and changing the cell's value. This makes sure that all changes are synchronized and there are no cells making calculations based off of cells that have already calculated their value for that generation. I would suggest you implement something along those lines too, if you haven't already. Really nice to see how someone else's ideas compare to mine!
Was thinking of making a video myself but would like your permission since you appear to have come up with the idea first.
Ahhh, what the heck??? Just looking at all that red stone makes my brain hurt. I have no idea how you came up with this. I wouldn’t even know where to start. I know I say basically the same thing on every video, but it’s so true! Good job! 👏👏👏
Thank you.
By learning machine logic gates, or, nor etc.
Real machinery works on the same logic... and building anything even slighty complivated on this lvl is impressive
essentially each cell has a 2-way connection with each of it's 8 neighbors. then you just have to quantify the ammount of alive neighbors each time you tick, technically this design can be improved
@@ArdentSM that makes literally no sense to me. If you’re smart enough to understand this and improve it, send me the video! 😂
@@ArdentSM Yea, this part is easy, now explain the part with logic gates, that are behind everything.
That’s some good stuff you got there.
Thanks. This is one of the projects I'm most proud of. It's not perfect though. 😞
@@kronos4290 Cheer up man. ☺️ What's the imperfection tho?
Conway’s Game of Life in Minecraft. Cool.
Conway’s Game of Life in Minecraft, using redstone. Wow. I’m impressed.
Conway’s Game of Life in Minecraft, using redstone, _in Bedrock Edition._ I’m blown away.
Bedrock redstone isn't bad
really the only difference is no BUD stuff, but that might even make it easier
@@ThatPyukumuku randomization in an otherwise stable circuit really throws me off, so its surprising it works
@GamerX997 (rasfsfsfs) they didn't insult bedrock users, only bedrock edition
@GamerX997 (rasfsfsfs) yeah like calm down there, im just saying that he did a great job on making a good redstone build on bedrock because most of the times ive tried they have given me a bit of random results, so they making a circuit that works how its supposed to without any random elements makes me appreciate their hard work
Great Simulation of the Game of Life! RIP John Conway.
Looks really cool, someone needs to get you java
Can't wait for your futur iterations ! Truly an amazing work that only asks to be finished
Thank you.
Its so compact too! Amazing creation!
It's honestly so cool you were able to do this, especially with bedrock edition's finicky redstone!
That's pretty cool, now he just needs to do Minecraft in Conway's game of life
Underrated. I don't even know how you managed to do this, but you gained a sub. ;)
Is your design tileable? If so it would be awesome to see this on a larger scale
Yes it is tileable. Once I get the kinks worked out I will try it on a larger scale.
it would be interesting if block spawning according to game of life rules at a slow rate could be programed at the server level in 2B2T. that would create some interesting chaos.
OMG thats so a great video! you should get more subscribers!
Woah! Amazing redstone systems you made! I would love to do this, but I don't have enough patience
Next: Minecraft inside of conways game of life
great work!
great video! all the attempts that I saw before made use of command blocks. fantastic work!!!!
The life find always a way
Life always finds a way.
Holy shit this is galaxy brain level redstone! Very cool!
damnnnnn this needs more attention. leaving a comment, liking and maybe even subbing for you to get more attention.
Thank you so much. I appreciate it.
*me watching this video*: I'm sure I could do a better job
*me realizing this is bedrock*: You deserve to be crowned king of Minecraft redstone
Incredible work! Would it be possible to implement a way to pause the entire system so you could construct various patterns before letting it run? It would be phenomenal to see glider guns or 8-cycle patterns running in minecraft.
I am currently trying to work on that.
this is gonna get like a million views one day and i really hope it does
remember me!!
You deserve more subscribers
that's really cool, I wonder if you could use redstone to create a wrap around version where it checks the ones on the opposite end though that might be impossible without some kind of redstone mod but maybe not
That is perfectly possible. All you would have to do would be to connect the outputs from the edge cells to the opposite edge cells. It's just some longer wires.
dude this is actually insane
That was the coolest thing ever
good work man
Thank you!
Phenomenal job!
Thank you!
Can you make more redstone videos? like advanced pro tips and tricks.
This is amazing.
RIP Conway
we need conway's game of life inside conway's game of life inside conway's game of life in minecraft
mumbo jumbo: its quite simple really
great vid :)
Incredible!
The fact that this is in bedrock is a lot cooler
How long could you make?
Minecraft inside conways game of life
Just you wait, one week later then you suddenly have 1K subscribers & more
Imagine making this in survival
you are insane
Do every pixel have the same redstone or no?
Yes, every pixel has the same redstone.
Yes every pixel has the same redstone. It is perfectly tileable. I could do a tutorial on it once I perfect it if you want.
@@kronos4290 Yoo this is sick man, yea you should make a tutorial
@@kronos4290 Yeah, do a tutorial.☺️
You could have done this so much easier with a command block system or making a mod
you are crazy xD I cant even do it in c or c++
Can we pls have a world download ?
You remind me of sethbling :)
this is impressive!
This is amazing
GG dude
munbo jumbo: as you see it very easy to make
thank you
Why this has only 400 views?
Now it has 945 views.
Just amazing
would have been pretty easy to set up a few buttons to trigger multiple different patterns of cells to show this off abit better. the impressive build was kinda lost with poor execution
I know, I am trying to work on that. I want to fix that soon.
can we get the map please?
Is this expendable? Right now it's 36 but from the way I see it you got them to react to each other using TNT and a sensor so all you need to do is copy paste right?
Also have to say this amazes me, definitely goes in the list of incredible computers built inside Minecraft.
render distance might become an issue after a certain size
Is this mumbo jumbo but in bedrock edition
How.. How to do redstone
conways game of minecraft
But can we have Minecraft in Conway's Game of Life?
Yes
did you really make all the redstone?
Yes.
Are you sure it works?
Didn’t he literally show it in the video that it works
@@supernt7852 I think he means, he's wondering if it actually reacts like the game would. If each tile ran on its own clock, they could potentially get out of sync and would break the system
Since this is in bedrock can you make one in java?
What if they only have bedrock?
@@mischiefthedegenerateratto7464 idk like if he/she makes a tutorial im gonna remake it in java
On bedrock...?!
looks hard to make
now create conways game of life in cgol in minecraft made in cgol
Wow
Красавец
wow
seems like you're not in sync, as the game of life go on by successive generations it seems very important to be in sync ^^
You are right. That is one of the problems I am trying to fix.
Yo bedrock edition bro!!
Claim your here before viral by replying to this
It's incredible (But not perfect)
Sub on the 1st vid I watched