add bored page

This commit is contained in:
filifa
2026-06-08 18:38:56 -04:00
parent e57a1c0335
commit 4a31fd3f4a
2 changed files with 60 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>I'm bored.</title>
</head>
<body>
<header>
<a id="homelink" href="/">dairydemon.net</a>
</header>
<main>
<article>
<h1>I'm bored.</h1>
<h2>Word games</h2>
<ul>
<li><strong><a href="https://www.theatlantic.com/games/bracket-city/">Bracket City</a>: Daily game. Easier to play than explain.</strong></li>
<li><a href="https://www.sporcle.com/acrostic/">Sporcle Daily Acrostic</a>: Daily game.</li>
<li><a href="https://raddle.quest/">Raddle</a>: Daily game. The tutorial explains it better than I can.</li>
</ul>
<h2>Trivia games</h2>
<ul>
<li><a href="https://www.sporcle.com/">Sporcle</a>: Just in case you haven't heard of it.</li>
<li><strong><a href="https://thrice.geekswhodrink.com/">Thrice</a>: Fun daily trivia game.</strong></li>
<li><a href="https://www.qbreader.org/">QB Reader</a>: Play quizbowl!</li>
<li><strong><a href="https://catfishing.net/">Catfishing</a>: Daily game. Guess Wikipedia articles from their category lists.</strong></li>
</ul>
<h2>Logic games</h2>
<ul>
<li><a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/">Simon Tatham's Portable Puzzle Collection</a>: A bunch of puzzle games. Some of my favorites are Map, Mines, Net, Rectangles, Singles, and Untangle.</li>
<li><a href="https://www.puzzle-star-battle.com/">Puzzle Team</a>: Some overlap with Simon Tatham's, but also has some fun ones like Star Battle.</li>
<li><strong><a href="https://puzzmallow.com/buzzled">Buzzled</a>: Fun daily logic puzzle game.</strong></li>
<li><a href="https://puzzarium.com/every-5x6-nonogram">Every 5x6 Nonogram</a>: I think this is technically an MMO?</li>
</ul>
<h2>More games</h2>
<ul>
<li><a href="https://redactle.net/">Redactle</a>: Daily game. Guess a Wikipedia article word-by-word.</li>
<li><a href="https://www.sports-reference.com/immaculate-grid/">Immaculate Grid</a>: Daily game. I only occasionally play the baseball flavor of this one, and I'm pretty bad at it.</li>
<li><strong><a href="https://enclose.horse/">Enclose.horse</a>: Daily game where you enclose a horse. (The tutorial explains it better than I can.) Very cute design, which masks how challenging the puzzles can be.</strong></li>
<li><a href="https://nandgame.com/">NandGame</a>: Build a computer from scratch.</li>
<li><a href="https://boredzebra.com/100jumps/">100 Jumps</a>: Self-explanatory.</li>
<li><a href="https://rose.systems/animalist/">List Animals Until Failure</a>: Self-explanatory.</li>
<li><a href="https://backofyourhand.com/">Back of Your Hand</a>: How well do you know your neighborhood?</li>
<li><a href="https://www.thewikigame.com/">The Wiki Game</a>: Click from one random Wikipedia article to another.</li>
</ul>
</article>
</main>
<footer>
<p id="copyright">© 2026 filifa. This page is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
</footer>
</body>
</html>