2024-02-15 20:28:03

I've always seemed to have friends who play D&D, but I have never actually played D&D. And now my kids know other kids that play D&D!

So when I read @davatron5000's post about Cora Quest, which he describes as ‘an easy “Dungeons and Dragons for Kids” game’ I was intrigued.

daverupert.com/2024/02/coraque

And when I saw Cora and Dan's kickstarter video I was enchanted and tracked down a copy.

It arrived today and we played our first quest. And it was wonderful!

Thanks Dave, Cora and Dan!

2024-02-15 08:37:43

Discovered “Bandle” the other day. A daily puzzle where you have to guess a piece of music from a reduced set of instruments.

After two total misses, I finally got one today from just drums and bass!!

Bandle #547 2/6
⬛🟩⬜⬜⬜⬜
Found: 1/2 (50%)
Current Streak: 1 (max 1)

bandle.app/

2024-02-14 23:18:58

Today I visited the “Festival of Tomorrow”. A local, annual science week with different events going on.

We saw “Luna” … a giant, inflatable, rainbow-coloured snail robot.

I thought it was just odd at first. But kids were mesmerised!

Then I read the plaque and realised its movement was entirely through inflation and deflation of the different air chambers. There were no rigid parts!

Really cool engineering.

2024-02-14 23:15:32

So I’ve done web-based pong and snake and “golf” and a Wordle clone and bingo cards.

Tetris was always on my mind.

And it’s pretty much done in a few hours. But it’s a secret thing right now.

A bit trickier than some of the other games.

There’s probably cleverer ways that the “brute force” algorithms I’ve used. Perhaps matrix maths helps?

Anyway. It’s pretty much there. HTML/CSS/AlpineJS.

And not ACTUALLY Tetris because that’s such well-protected IP.

Fun!! 🤩

2024-02-13 08:37:06

Ooof. Complete fail on Connections this morning.

Connections
Puzzle #247
🟪🟨🟨🟨
🟨🟨🟨🟨
🟦🟦🟪🟦
🟪🟩🟦🟩
🟦🟩🟩🟪

If I remember, I’ll share tomorrow what I thought one of the connections was.

2024-02-12 21:47:54

Oh and also: things are made over-complicated so that they can be monetised. And to make them monetised they need huge marketing efforts with lots of SEO. And this is why finding simple stuff is hard. It’s lost.

The recently re-ignited interest in the indieweb is GREAT! But what if this also encompassed simple web apps and games built as open source using modern web standards?

What if apps like this were as common as blogs?

How could these be made discoverable? What’s the App Store for these?

2024-02-12 21:42:01

Having made a perfectly good notes app as a single-page, hosted-for-free web app, I now wonder what else could be done like this and what would be a great additional enabling tech.

I still really want a personal, private, key-value store with a simple REST API.

If people could have this then all sorts of stuff would be possible with super-cheap web apps.

And I wonder if things like this exist. But it’s SO hard to find them. Because nothing is simple. Everything is made over-complicated!

2024-02-11 22:04:58

I just walked out my house (Swindon, UK) and I swear I saw a really big meteor cross the southern sky top to bottom.

Really cool.

Trying to track down if anyone else saw it.

About 9:58 if anyone nearby has a camera pointing that way.

2024-02-10 10:51:31

As of today I will not have a reseller hosting account.

I started freelancing in 2011 and wanted to help people and small businessss get online.

I was generous with time and help. And I don’t regret it.

But it was very laborious and low value.

I was not about to just say “I’m closing. Deal with it.” I hand-held every migration.

I do t regret it. But I would not do this again. And I would not recommend freelancers and small agencies re-sell hosting.

Get clients their own accounts.

2024-02-04 12:04:28

– All holes are par 6.
– Fairway boosts your shot
– Sand reduces your shot
– You can always choose to “putt” (move 1 space)

The course algorithm is really interesting and hard to get right.

I plot a single tee, fairway, hole, water and sand tile. And each “grows” according to some rules.

But it’s not perfect. You sometimes get straight-lines and odd shapes. Needs refinement.

The paper people did real good!

2024-02-04 11:56:18

I wasn’t going to share this because:
– it’s kinda boring
– it’s a digital rip-off of something that was explicitly anti-digital
– it’s worse than the original

But I made it. So here it is…

A one-page, dice-based golf game:

golf.pico.games/

I mostly made this because I thought the random course-generation was an interesting algorithm.

I did an OK job, but others have done better.

Implemented in HTML/CSS/Tailwind/AlpineJS.

Please buy this … it’s much better!

gladdendesign.com/products/pap

2024-02-02 22:45:36

I _think_ I got my browser-based Markdown notes app working for non-Chrome/Chromium browsers.

notes.veryuseful.app/

Without the filesystem write API you need to do a manual save. But notes are persisted in local storage until you do that.

(On Chrome it autosaves every few seconds)

Seems like a good solution for now.

Added some instructions too!

Loving these little tinkerings!