Welcome to my personal site, where I've put up a few games and things I made for fun or to play with friends and family during lock-down.
Note that NO LLM was used in the making of this site or any of the programs herein! I love the concept of A.I., but prefer to do my own thinking, such that it is.
This all started with an impromptu visit to the excellent Cambridge Computer Museum.
Among many other (probably more impressive) artifacts, they had an old BBC Electron running a text adventure called 'Castle Frankenstein', which we spent most of our time there playing. Afterwards, I wanted to recreate that feeling, and the best way seemed to be to build a language for defining text adventures, a web-based editor and interpreter with multiplayer, and an interpreter and compiler written in ANSI C for DOS and Linux. And then finally, reverse engineer 'Castle Frankenstein' and re-write it in the new language!
It also seemed worthwhile to extend it to include some of the features of the classic Infocom Z-machine, and to build at least some of Zork to test these features. I also added a ray-tracing 'Wolfenstein 3D' style engine I'd built after reading the brilliant 'Game Engine Black Book' by Fabien Sanglard into a basic roguelike that can be integrated seamlessly into the text.
All in all, it turned into quite a big project - and the best bit is, it will never have any users because a) interactive fiction almost died out at the end of the 80s, and b) any modern text adventuring needs are amply fulfilled by the incredible 'Inform' by Graham Nelson. What a giant waste of time!
Anyway, in case any of this has piqued your curiosity, please take a look!
This was built so that my family and I could play the board game 'Jackaroo' over Zoom during lockdown.
The recommended way to play it is for two players (on opposing teams) to share a laptop that displays the board. Then all players use the card pages on their phones as their card hand. You can save and load your game, toggle A.I. for players mid-game, and undo previous moves.
I think I originally wrote this out of curiosity to see how close we could get to getting all the words in a game of Boggle. Turned out, not very close!
When I moved it onto the website, I made it generate the board too. Everyone playing sees the same grid and synchronised timer. Uses the classic (harder) dice (see here).
If you don't already do this, I recommend owning two versions of the game so that both players can guess simultaneously.
I noticed that I usually use a pretty simple algorithm in my head to find the solution, and one that would be pretty easy to encode, and so this is it. The aim is to try and deduce the computer's pegs before it deduces yours.
I don't know if it's the same method as used by Knuth - but I very much doubt it!