Updated to remove next steps, which I did.

This commit is contained in:
peteyboy 2022-02-16 08:43:02 +00:00
parent 8fe95c88b6
commit b4c1734d98
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# wordle-life
one-page app that turns wordle shares into standard file format used in the Conway's Game of Life community
one-page app that turns wordle shares into standard file format used in the Conway's Game of Life community and sets it up for running in embedded Lifeviewer on the same page
## Dependencies
@ -24,4 +24,3 @@ then for each package, you can run *cpanminus*:
Also, the Life Viewer is a super-cool javascript plugin app from the people at [Conwaylife.com](https://conwaylife.com) that is expected to be in the same directory as the CGI file. It is available with instructions [here](https://conwaylife.com/wiki/Tutorials/LifeViewer_JavaScript_plug-in)
Next steps will be to inject some better defaults into the RLE that the plugin recognizes so users don't have to set Generations Per Second every time.