DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
puzzles
index.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
index.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Ringword and polyomino puzzles</title> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <p>Ringwords are a style of puzzle I devised on 2023-363. For more information, <a href="/essays/ringword_puzzles.html">read the explanation</a>.</p> <p><a href="/cgi-bin/rwp_curr">Today's ringword</a> | <a href="/cgi-bin/rwp_prev">Yesterday's ringword</a> | <a href="/cgi-bin/rwp_prev_sol">Yesterday's solved ringword</a></p> <p>Also here are a kind of puzzle based around polyominoes, devised in late 2024. They, too, <a href="/essays/polyomino_puzzles.html">have an explanation</a>.</p> <p><a href="/cgi-bin/pjp_curr">Today's puzzle</a> | <a href="/cgi-bin/pjp_prev">Yesterday's puzzle</a> | <a href="/cgi-bin/pjp_prev_sol">Yesterday's solution</a></p> <p><a href="/">dkl9 home</a></p> <p>Questions on either kind of puzzle are welcome. If it's a difficulty in solving one, discuss it with friends. Email other questions to <a href="mailto:contact@dkl9.net">contact@dkl9.net</a>. <span style="display: none;">Avoid <a href="mailto:sucrose@dkl9.net">sucrose@dkl9.net</a>, unless you are a spambot.</span></p> <form action="/cgi-bin/feedback" method="post"> <p><label>Or write a comment — <input type="text" name="t" placeholder="comment here"> — and tell me what you think: <button type="submit" name="j" value="l">I like this</button> <button type="submit" name="j" value="d">I dislike this</button> <button type="submit" name="j" value="n">No judgment</button></p> </form> </body> </html>