diff --git a/crosswords/baba-puzzle-title/empty.png b/crosswords/baba-puzzle-title/empty.png new file mode 100644 index 0000000..2d5cfd3 Binary files /dev/null and b/crosswords/baba-puzzle-title/empty.png differ diff --git a/crosswords/baba-puzzle-title/is.png b/crosswords/baba-puzzle-title/is.png new file mode 100644 index 0000000..47dc251 Binary files /dev/null and b/crosswords/baba-puzzle-title/is.png differ diff --git a/crosswords/baba-puzzle-title/text.png b/crosswords/baba-puzzle-title/text.png new file mode 100644 index 0000000..ac7102f Binary files /dev/null and b/crosswords/baba-puzzle-title/text.png differ diff --git a/crosswords/baba-puzzle-title/win.png b/crosswords/baba-puzzle-title/win.png new file mode 100644 index 0000000..a0fc803 Binary files /dev/null and b/crosswords/baba-puzzle-title/win.png differ diff --git a/crosswords/baba-puzzle-title/without.png b/crosswords/baba-puzzle-title/without.png new file mode 100644 index 0000000..49be105 Binary files /dev/null and b/crosswords/baba-puzzle-title/without.png differ diff --git a/crosswords/img/TEXT WITHOUT EMPTY IS WIN.png b/crosswords/img/TEXT WITHOUT EMPTY IS WIN.png new file mode 100644 index 0000000..d3069f9 Binary files /dev/null and b/crosswords/img/TEXT WITHOUT EMPTY IS WIN.png differ diff --git a/crosswords/img/Two or More.png b/crosswords/img/Two or More.png new file mode 100644 index 0000000..945b781 Binary files /dev/null and b/crosswords/img/Two or More.png differ diff --git a/crosswords/img/Ups and Downs.png b/crosswords/img/Ups and Downs.png new file mode 100644 index 0000000..e9a4933 Binary files /dev/null and b/crosswords/img/Ups and Downs.png differ diff --git a/crosswords/index.html b/crosswords/index.html new file mode 100644 index 0000000..515ec66 --- /dev/null +++ b/crosswords/index.html @@ -0,0 +1,71 @@ + + + + + My Crossword Constructions + + + +

My Crossword Constructions

+ +

I've been dabbling in constructing US newspaper-style crossword puzzles! This page is a repository of the puzzles I've created and a little bit of author commentary for each. There are links for each to a playable version online, as well as to a standard .puz file to be played in the software of your choice.

+ +
+ +
+
A 15x15 crossword grid
+

Ups and Downs

+

Grid: 15x15

+

Rating: CERULEAN THROWDOWN

+ +

This was the first crossword I constructed! There was obvious room for improvement; there are a couple of unchecked squares that I accidentally introduced while adjusting the grid, for example. Rather than throw out more work than I was comfortable with, I just made a joke about it in one of the clues. I'm proud of it as a first effort.

+ +

This puzzle was, in a way, a collaboration with my friend Amy (it's complicated, don't worry about it). The theme clues refer to the two of us by name, and they're pretty unfair if you don't know us personally. For a hint at the theme to get you started without knowing both of us, hover over the following text block:

+ +

My fursona is 80 feet tall. Amy's not a furry, but her online persona is just a touch over 4 inches tall. Our extreme sizes are the joke in the theme clues.

+ +

I like the theme, though it has a pretty specific target audience (a couple other clues in the grid are nods to people or jokes from my corner of the fediverse, though they have less of an impact on the solve than the theme does), and it came together well.

+ +
Play online Download .puz
+
+ +
+ +
+
A 15x15 crossword grid
+

Two or More

+

Grid: 15x15

+

Rating: LETTERBOMB BURIAL

+ +

My second crossword, and my second collaboration with Amy (again, in a way). If you know, you know. If you don't: After solving the puzzle, you'll know!

+ +

I'm really proud of the theme here, I think the way it manifests is funny and it's all tied to something close to my heart. It's not perfect, though. If you aren't already familiar with the core concept that the theme is built around, you'll have to get it from crosses, because working backwards from the other theme words is pretty unlikely. A number of solvers have also told me that it wasn't until near the end or even after the end of the solve that they worked out how the highlighted answers actually tied into the theme.

+ +

If you did the puzzle and still need help getting it, here's how the theme works: Each of the highlighted answers is the first half of a common "___ system" phrase, made plural. So "buddy system" becomes BUDDIES, for example. Is it too cute for its own good? Who knows!

+ +
Play online Download .puz
+
+ +
+ +
+
A 10x10 crossword grid
+
+

Grid: 10x10

+

Rating: METICULOUS BYPASS

+ +

This was the first puzzle I created entirely on my own. I came up with the theme and then struggled hard to fit it into an actual grid. I wanted to try constructing something a bit smaller, since my first two had been 15x15 puzzles, which is "standard" for newspapers but can be a lot for new solvers just checking out what their friends made.

+ +

What I discovered is that laying out a smaller grid is really, really tough. Many times I'd lay out my theme words in a way that made sense, only to discover that the desicion I made had incredibly wide-reaching consequnces for what the grid could look like. I'd find myself in a situation where I had to either include a lot of nearly grid-spanning words, which is very very difficult to do, or be forced into having unchecked squares or words shorter than three letters. Eventually, I found a way to have my four theme words in the two center rows and two center columns of the grid, which I was very proud of, and constructing around that got me this layout. I didn't notice until after the fill that more than 70% of the words were exactly three letters long. Whoops!

+ +

If you don't understand the title to this puzzle, you may find yourself struggling with it. Heads up :P

+ +
Play online Download .puz
+
+ + + + + diff --git a/crosswords/puz/TEXT WITHOUT EMPTY IS WIN.puz b/crosswords/puz/TEXT WITHOUT EMPTY IS WIN.puz new file mode 100644 index 0000000..9b0e239 Binary files /dev/null and b/crosswords/puz/TEXT WITHOUT EMPTY IS WIN.puz differ diff --git a/crosswords/puz/Two or More.puz b/crosswords/puz/Two or More.puz new file mode 100644 index 0000000..c047491 Binary files /dev/null and b/crosswords/puz/Two or More.puz differ diff --git a/crosswords/puz/Ups and Downs.puz b/crosswords/puz/Ups and Downs.puz new file mode 100644 index 0000000..a827c43 Binary files /dev/null and b/crosswords/puz/Ups and Downs.puz differ diff --git a/crosswords/style.css b/crosswords/style.css new file mode 100644 index 0000000..9971cfb --- /dev/null +++ b/crosswords/style.css @@ -0,0 +1,91 @@ +:root { + --bg-color: #D0D0D0; + --text-color: #111111; + --spoiler-color: #bbbbbb; + --highlight-color: #EEEEEE; +} + +body { + width: inherit; + margin: 1.5em 20%; + font-family: Sans-Serif; + font-size: 14pt; + background-color: var(--bg-color); + color: var(--text-color); +} + +/* +@media screen and (max-width: 900px) { + body { + width: 90%; + } +} +*/ + +footer { + padding: 0 4em; + font-size: 10pt; + text-align: center; +} + +figure { + float: right; + width: 30%; +} + +figure.baba-puzzle-title { + display: flex; + width: min-content; + float: none; + margin: 0.4em auto 0 auto; +} +figure.baba-puzzle-title > img { + height: 30px; + width: auto; + float: none; +} + +img { + display: block; + margin-left: auto; + margin-right: auto; + width: 100%; + height: auto; + float: right; +} + +h1, h2, h4 { + text-align: center; + margin-top: 0; + margin-bottom: 0; +} + +.block { + overflow: auto; +} + +.block > h2 { + margin-top: 0.25em; +} + +.rating { + display: inline-block; + font-family: monospace; + font-size: 15.3pt; + letter-spacing: 0.15rem; + background-color: var(--highlight-color); + padding-left: 0.225rem; + padding-right: 0.1rem; +} + +.spoiler { + background-color: var(--spoiler-color); + color: var(--spoiler-color); + padding-left: 0.25rem; + padding-right: 0.2rem; + box-decoration-break: clone; +} + +.spoiler:hover { + color: var(--text-color); +} \ No newline at end of file diff --git a/index.html b/index.html index 652da40..0ea6da4 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@