Updated to about-page format closer to what mojo branch has, moved most
about content to about page. Removed the "view" template because it's not used. Changes to be committed: modified: wordle-life.cgi
This commit is contained in:
parent
bc43519cf9
commit
9aca50dbce
155
wordle-life.cgi
155
wordle-life.cgi
@ -362,142 +362,12 @@ GRID
|
|||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<hr 100%>
|
<hr 100%>
|
||||||
<em>Disclaimer: I made this! People and/or corporations may own their marks or copyrights, etc, on words mentioned on this page I don't claim to</em>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Questions, kudos or comments, mail me @sdf.org
|
|
||||||
<p>
|
|
||||||
Thanks to the community at <a href="https://conwaylife.com">conwaylife.com</a>, and the friendly folks in the forums there,
|
|
||||||
and for their <a href="https://conwaylife.com/wiki/Tutorials/LifeViewer_JavaScript_plug-in">Javascript Life Viewer</a>, which I use here.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Thanks to <a href="https://github.com/hankchizljaw/some-nice-basic-css"> hankchizljaw</a> for making his basic css publicly available
|
|
||||||
</p>
|
|
||||||
<p> Made in February 2022</p>
|
<p> Made in February 2022</p>
|
||||||
<p>
|
<p><em>Disclaimer: <a href="https://git.sdf.org/peteyboy/wordle-life">I made this!</a> People and/or corporations may own their marks or copyrights, etc, on words mentioned on this site's pages I don't claim to</em></p>
|
||||||
<center>
|
|
||||||
Hosted by SDF.org
|
|
||||||
<p><a href="https://sdf.org"><img src=https://mab.sdf.org/sdfbanner.png alt="SDF.org"></a>
|
|
||||||
</center>
|
|
||||||
</body></html>
|
|
||||||
|
|
||||||
|
|
||||||
@@ viewer.html.ep
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Play Conway's Life with your Wordle Score</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://peteyboy.freeshell.org/air.css">
|
|
||||||
<meta name="LifeViewer" content="viewer textarea"> <!--required tag-->
|
|
||||||
<script src="lv-plugin.js"></script>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body><h1>Wordle->Life</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<p><em>Play your Wordle Share score in <a href=https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life> Conway's Life!</a></em></p>
|
|
||||||
<p>
|
|
||||||
<p> Hey, nerds, isn't it funny how the Wordle Scores can look like a glider in that old computer programming exercise, Conway's Life?</p> <img src="https://conwaylife.com/w/images/e/e2/Lwss.png" alt="Glider image from Conwaylife.org, it looks like an 8-bit staple gun" align= float />
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<p> Paste your wordle share below and submit to convert it to a Conway's Life file so you can run it.</p>
|
|
||||||
<p> To learn more about Conway's Life, read <a href=https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life> this</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<form id="wordle-form" name="wordle-form" action="<%== $ORIGIN_PAGE =%>" method="POST" class="flow">
|
|
||||||
|
|
||||||
<label for="wordle">Wordle Share Chart:</label>
|
|
||||||
<textarea id="wordle" name="wordle-result" rows="9" cols="50" placeholder="<%== $defaulttext =%>" style="vertical-align: middle; border:none;">
|
|
||||||
<%== $wordle %>
|
|
||||||
</textarea>
|
|
||||||
</p>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<p>Click "Submit" and and RLE format file for Conway's Game of Life will appear below.</p>
|
|
||||||
<input type="submit" value="Submit">
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<label for="life">Your wordle as Conway Life RLE file:</label>
|
|
||||||
<textarea id="life" name="Life file" rows="9" cols="50" style="vertical-align: middle; border:none;">
|
|
||||||
<%== $rle %>
|
|
||||||
</textarea>
|
|
||||||
|
|
||||||
|
|
||||||
<!--viewer container-->
|
|
||||||
<div class="viewer" class="flow">
|
|
||||||
<div class="lv-buttons">
|
|
||||||
<button onclick="document.getElementById('life').innerHTML=''">Clear</button>
|
|
||||||
<button onclick="updateMe(this)">Show in Viewer</button>
|
|
||||||
<!--the element that calls updateMe must be in the viewer container-->
|
|
||||||
</div>
|
|
||||||
<canvas height=400 width=600></canvas>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!--end viewer container-->
|
|
||||||
|
|
||||||
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<p> if there is extra text or lines in your paste, you might not get a valid file here, so look and make sure it looks like a proper RLE file, for example:
|
|
||||||
<p>
|
|
||||||
<pre code>
|
|
||||||
#C Wordle 235 3/6
|
|
||||||
x = 5,y = 3
|
|
||||||
boobo$bobbo$ooooo$
|
|
||||||
</pre code>
|
|
||||||
|
|
||||||
<p>For details about the Life RLE file format above, read <a href=https://conwaylife.com/wiki/Run_Length_Encoded>this</a>.
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<strong>Next steps:</strong>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- not embedded -->
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>copy the contents of the Conway Life box above
|
|
||||||
<li>go to a Conway's Life site, such as <a href= https://copy.sh/life/> this one at copy.sh</a> or <a href="https://lazyslug.com/lifeviewer/">this one at lazyslug.com</a> and load and run your file.</li>
|
|
||||||
<ol>
|
|
||||||
<li> specifically for the one at copy.sh:</li>
|
|
||||||
<li> Press the [Import] button at the top</li>
|
|
||||||
<li> paste in your Life file contents in the box and press [Import]</li>
|
|
||||||
<li> It will put up a box telling you it loaded your Wordle, press [OK]</li>
|
|
||||||
<li> Press the [Run] button and watch your Wordle score play LIFE!</li>
|
|
||||||
</ol>
|
|
||||||
</ol>
|
|
||||||
<p> 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 looks coolest!
|
|
||||||
<p>
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<hr 100%>
|
|
||||||
<em>Disclaimer: I made this! People and/or corporations may own their marks or copyrights, etc, on words mentioned on this page I don't claim to</em>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Questions, kudos or comments, mail me @sdf.org
|
|
||||||
<p>
|
|
||||||
Thanks to <a href="https://github.com/hankchizljaw/some-nice-basic-css"> hankchizljaw</a> for making his basic css publicly available
|
|
||||||
|
|
||||||
<p> Made in February 2022
|
|
||||||
<p>
|
<p>
|
||||||
<center>
|
<center>
|
||||||
Hosted by SDF.org
|
Hosted by SDF.org
|
||||||
@ -516,28 +386,29 @@ Hosted by SDF.org
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body><h1>Wordle->Life</h1>
|
<body><h1>About</h1>
|
||||||
|
|
||||||
% my $home_path= "$ORIGIN_PAGE";
|
% my $home_path= "$ORIGIN_PAGE";
|
||||||
% my $current_path = "$home_path?path_info=/about";
|
% my $current_path = "$home_path?path_info=/about";
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<p> This is an about page. </p>
|
<h2>Wordle->Life</h2>
|
||||||
|
|
||||||
<p> Click <a href=<%== $home_path %> >here</a> to go Home </p>
|
|
||||||
<p> Click <a href=<%== $current_path %> >here</a> to stay put </p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
<a href="https://git.sdf.org/peteyboy/wordle-life">I made this!</a> People and/or corporations may own their marks or copyrights, etc, on words mentioned on this site's pages I don't claim to.
|
||||||
<hr 100%>
|
|
||||||
<em>Disclaimer: I made this! People and/or corporations may own their marks or copyrights, etc, on words mentioned on this page I don't claim to</em>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Questions, kudos or comments, mail me @sdf.org
|
Questions, kudos or comments, mail me @sdf.org
|
||||||
<p>
|
<p>
|
||||||
Thanks to <a href="https://github.com/hankchizljaw/some-nice-basic-css"> hankchizljaw</a> for making his basic css publicly available
|
Thanks to the community at <a href="https://conwaylife.com">conwaylife.com</a>, and the friendly folks in the forums there,
|
||||||
|
and for their <a href="https://conwaylife.com/wiki/Tutorials/LifeViewer_JavaScript_plug-in">Javascript Life Viewer</a>, which I use here.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p> Made in February 2022
|
<p>
|
||||||
|
Thanks to <a href="https://github.com/hankchizljaw/some-nice-basic-css"> hankchizljaw</a> for making his basic css publicly available
|
||||||
|
</p>
|
||||||
|
<p> Made in February 2022</p>
|
||||||
|
|
||||||
|
<p> Click <a href=<%== $home_path %> >here</a> to return to application Home </p>
|
||||||
<p>
|
<p>
|
||||||
<center>
|
<center>
|
||||||
Hosted by SDF.org
|
Hosted by SDF.org
|
||||||
|
Loading…
Reference in New Issue
Block a user