Last active
December 24, 2022 17:20
-
-
Save janx/99d1f119264610ba6f4330f7a8fba92a to your computer and use it in GitHub Desktop.
Game of CKB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open https://conwaylife.com/ | |
2. Clear the viewer | |
3. Copy the code below and paste the code in by "Settings -> Open Clipboard" | |
``` | |
x = 28, y = 15, rule = B3/S23 | |
2$b6o3b2o4b2o3b6o$2o8b2o4b2o3b6o$2o8b2o2b4o3b2o3b2o$2o8b2o2b2o5b2o3b2o | |
$2o8b6o5b6o$2o8b4o7b6o$2o8b6o5b2o3b2o$2o8b2o2b2o5b2o3b2o$2o8b2o2b4o3b | |
2o3b2o$2o8b2o4b2o3b6o$b6o3b2o4b2o3b6o! | |
``` | |
4. Set theme to "Inverse" in "Settings -> Themes". | |
5. Set evolution speed to 12/s. | |
6. Click 'Play'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment