Play your Wordle Share score in Conway's Life!
Hey, nerds, isn't it funny how the Wordle Scores can look like a glider in that old computer programming exercise, Conway's Life?
Paste your wordle share below and submit to convert it to a Conway's Life file so you can run it (to learn more about Conway's Life, read this).
Click "Submit" and an RLE format file made for Conway's Game of Life will appear in the box below and get loaded into the Life Viewer.
Watch your Wordle score play LIFE!
If the RLE is correct, it should be loaded in the Life Viewer, and so you are ready to go!
For best results with the Life Viewer, you may adjust the default Zoom and the playback speed, then press the Play button:
Press "[Pause]" when it seems stable.
This should work with the share/copy button in wordle, or copy/pasting your friends' wordles out of Discord or wherever as well. See whose Wordle Score runs the coolest!
If it doesn't seem to be working:
If there is extra text or lines in your paste, you might not get a valid file in the box above, so look and make sure it looks like a proper RLE file, for example:
#C Wordle 235 3/6 x = 5,y = 3 boobo$bobbo$ooooo! [[ GPS 3 ZOOM 23 COLOR ALIVE LIME COLOR BACKGROUND BLUE STOP 100 GRID ]]
(the main thing that needs to be right are the first 3 lines. If the 3rd line has any colon : symbols, just try deleting them. The stuff between double brackets aren't part of the RLE but are comments that set some defaults for the Life Viewer)
For details about the Life RLE file format above, read this.