Share your creations in the comments or on the forum topic: https://scratch.mit.edu/discuss/topic/141488/ HOW DO I MAKE IT GO FASTER? ======================================= For ridiculously fast speeds, use Phosphorus: http://phosphorus.github.io/#72717430 (For some reason instructions text doesn't appear... you'll have to become comfortable with the controls before playing the project there.)
WHAT IS CONWAY'S GAME OF LIFE? ======================================= It's rather difficult to explain. Essentially, it's a set of rules that gets applied to each cell (grid space) in order to determine which color it will become. I reccomend checking out the wikipedia page for more info: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life WHAT ARE SOME COOL PATTERNS? ======================================= The wikipedia page linked above provides some excellent examples of what you can do with a custom grid. The "Examples of patterns" section is particularly handy: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life#Examples_of_patterns Do keep in mind, however, that this implementation of the game "wraps" the grid, so that things moving off the bottom of the screen will appear at the top. This means that a few things listed there won't work forever.