Things i've made

Looking for more? See a list of everything i've made.

Thursday, May 23, 2013

Island of Secrets QBasic port

When I was a kid, my brother had these books with code listings in them, that once typed into the ol' TRS-80, yielded an adventure game. The one that stuck in my mind most is Island of Secrets published by Usborne. This is a basic text adventure game in a fantasy world filled with danger.

I did play the game a few times when I was a kid, but I was too young to get the hang of it and make any real progress.

I recently remembered the book and found a few copies of it for sale. Not wanting to type in the source code, I also found some very old archives containing the complete listing.

I didn't really want to run a TRS-80 emulator or any other just to play one game, so I thought I would see if there was anything linux that would work with this old BASIC code. The best advice I could find after searching was to use QBasic under dosbox, which kinda violated my no-emulators goal, but I already had dosbox installed so it was a go.

QBasic didn't like the code as-is, so I patched it to come into line with newer methods of programming.

YOU ARE ON A LEAFY PATH
-----------------------
WHAT WILL YOU DO?



I'll make the patch available next time I am with the code.

Wednesday, February 13, 2013

Furniture Frenzy for PC

I recently rediscovered a mobile phone game I wrote some years back and seeing it again reminded me how much time I once spent working on making my own games. So, I took it upon myself to bash together a quick reimplementation of furniture frenzy for the PC.

Level 4 from furniture frenzy
Since I had the original game, I was able to salvage the image assets and use them directly. Unfortunately, the source code was long lost, so I needed to write it from scratch. I wanted to remain as close to the original as possible, just adding some minor features, still keeping it very simple. I ended up adding a high score system and tracking of the time it takes you to solve each level.

All up, the game took about a day to write. This time, I'm making the game even more free so that the source code is never lost again. Enjoy!

See Also:
Side note: Rush Hour is owned by thinkfun - obtain a license if you intend on doing anything with their ideas. Consider this source code as educational material.

    Wednesday, January 23, 2013

    Porting Torque3d to linux

    Torque3d is a game engine published by GarageGames. Recently they started a campaign to have the engine ported to Linux . Seeing this, I wondered how difficult it would be to perform the port. Knowing a bit about game engines myself, I thought I would see how difficult it would be

    In not too long, I was able to have most of the base engine running. No tools, no editors, etc, just the basic game engine. I did hack round some bits, just to try and see a result. Obviously I didn't do any real QA and I really only tackled the easy 85% of the code and left the rest, so the remainder would take a lot longer.

    Will be good to see their porting project complete and the full game dev environment available. More native linux games on the way...

    Old-School J2ME Game

    In what seems like a previous life, I developed some J2ME games and applications. I recently rediscovered one of the games I worked on sifting through old backups looking for useful code. The game is called Furniture Frenzy which is in the same style as Rush Hour or similar move-box-to-exit navigation games.

    The objective of the game is complete a collection of stages in which a blue coffee table is incontinently stuck inside a room full of other furniture.  Furniture can only be pushed or pulled on its shortest side, not pushed along on its longest side. This ensures that you will have to repeatedly move furniture around until you are able to free the coffee table.

    Typical Furniture Frenzy stage. The hand is used to move furniture while trying to get the blue table out the exit.

    Simple stage. Move the piano up, book case to the right, sofa, down, then blue table out the exit.

    More complicated stage.
    I always offered this game as a free download, but the website I was hosting it on went under, or I should say, I took it down. So, here it is, back again for your retro enjoyment!

    FurnitureFrenzy.jar Download

    iPhone/Android port an option ?

    Update:  Found a site that was hosting my FurnitureFrenzy along with the original description I wrote for it - historic.