one-page app that turns wordle shares into standard file format used in the Conway's Game of Life community
Go to file
peteyboy c644fba146 Removed unneeded uses, removed commented out List implementation before
I used smartmatch instead.

Updated README. md specific to mojo branch
 On branch mojo
 Changes to be committed:
	modified:   README.md
	modified:   wordle-life.cgi
2022-04-20 06:37:05 +00:00
.gitignore Initial commit 2022-02-10 07:13:51 +00:00
LICENSE Initial commit 2022-02-10 07:13:51 +00:00
README.md Removed unneeded uses, removed commented out List implementation before 2022-04-20 06:37:05 +00:00
wordle-life.cgi Removed unneeded uses, removed commented out List implementation before 2022-04-20 06:37:05 +00:00

README.md

wordle-life

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

This version was rewritten to what I meant to do in the first place, use Mojolicious Lite and take advantage of PATH_INFO routing, so it is simpler. You should be able to run it in any environment where CGI is properly passed the PATH_INFO (SDF has not configured its nginx setup to do so).

This single CGI file is expecting to be run out of the /cgi-bin directory. to change the location, you should update $ORIGIN_PAGE to what you expect. You also may need to change the path to /lv-plugin.js in the