Original Project: https://scratch.mit.edu/projects/828032928/ Have you ever heard of Conway's Game of Life? Probably not, but I will briefly explain. Conway was a mathematician, and he made this game. His game had more boxes than this, and didn't have some of these extra features, like codes, color, rainbow, and sound, but they both do the same thing. Each box is called a cell, and when a cell is clicked on, if that cell is off (this will probably start a war in the comments about the color, but the purple/blue cells are off) will become alive (white/light blue cells) and living cell will turn off. When start is pressed, any living cell touching 2-3 other living cells will stay alive, otherwise it will turn off. For any cell that is off, if it is touching exactly 3 living cells, it will become alive, otherwise it will stay off. This can make all kinds of cool patterns Press the reset button to turn all cells off. The color, codes, sound button, rainbow button, and speed are pretty straightforward. Drag the color slider to change the color of the cells that are off. Drag the speed slider to change how long the game waits between each generation (a generation is whenever the screen changes). If you press create code, it will generate a code based on whatever boxes you have alive. Triple click the code to highlight it, then copy it. Feel free to put it in the comments. Press enter code, and paste a code, and it will set the screen up exactly how it was when the code was generated. I will put some of my favorite codes in the notes and credits. Press the sound button to toggle music and sound effects when clicking cells on and off. Press the rainbow button to toggle rainbow mode on and off. If rainbow mode is on, each living cell will be a different color based on its row. Please report any glitches or suggestions in the comments! In the next update, I will fix any bugs, and make it so you can drag your mouse while holding down to make it easier to make patterns. I would love for this to be my first popular project, so please share it with your friends, or, if you enjoy, please like, favorite, follow me, or even consider proposing it to be featured! Tags: #games I love Bob the Builder! Comment Bob the Builder
Game 100% made by me, but the concept was made by Conway. Codes: Crawling machine (any speed): 002022039040041 by @cs2368473 Smiley face (0.3-0.5 speed recommended. Rainbow not recommended): 045046047048049050051063071082084085087088090101103104106107109120128139141145147158161162163166177185197198199200201202203 by @cs2368473 Somehow satisfying (0.1-0.3 speed recommended. Rainbow recommended): 010029048067086105124143162181200219 by @cs2368473 And one of my personal favorites (best on fastest setting): 001007010014015021025030032035041043050055061068070075076079081086090094095096097101104110112115116121122130136140141148150156158161166170176181184190194196201202212216220221 by @cs2368473 I will post my favorite codes from the comments here.