Minecraft Maps / Redstone Device

Conway's game of life made using redstone

  • 606 views, 2 today
  • 42 downloads, 0 today
  • 3
  • 0
  • 1
newomaster's Avatar newomaster
Level 28 : Expert Engineer
23
Hello, this is my first post on planetMC so I hope you guys like it :3

This is my implementation of conway's game of life using redstone. Basically, it simulates life using redstone "cells" that are either on or off (alive or dead).The population changes each generation by using a set of rules to determine if a cell lived, died, or reproduced.

The rules of the game are as follows:
  1. Any live cell with fewer than two live neighbours dies, as if caused by under-population.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overcrowding.
  4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

I have a video explaining how some of the components work here: http://www.youtube.com/watch?v=XKc6f58aRak
Also, check out my youtube channel at http://www.youtube.com/user/Newomaster/
Progress100% complete
Tags

Create an account or sign in to comment.

1
08/07/2013 11:29 am
Level 27 : Expert Ninja
thedarkwarlord
thedarkwarlord's Avatar
nice redstone stuff
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome