An early Apple II maze game from 1982, Microwave was an addictive little game that was one of the first Apple II games to feature in-game music. It also contained one of the more amusing software bugs I've ever seen.
The second part of a series about rewriting the classic game, The Wonderful World of Eamon. Here I show the game’s command prompt and a few handy features in the command UI.
The Apple II is long dead, and playing the original version of the text adventure game Eamon now requires an emulator. What if I could rewrite it for modern computers? A programming adventure using Django and Angular.
Hosting a Django site can be a bit of a puzzle, especially if you're used to PHP and Apache. This article shows how to configure Apache to host a Django site.