merthsoft

LD22

First Time Entering: Any Other IF Fans?

So I’ve got the preliminary design done for what will be my first LD entry! I had a few ideas that would work nice with the theme, but decided to pick one that’s actually been on my mind for a bit. It’s an interactive fiction game, though, so it’ll be pretty different from the other entries, I imagine. Looking at some of the posts (and past entries), there are some cool graphics for these contests, but an artist I am not :). Since a screenshot wouldn’t be terribly exciting (and I don’t have any code written yet, anyway), here’s a (poor quality) picture of the design:

It’ll be pretty short, and I have the interactions mostly hammered out. Next I’ll be going through the design on a whiteboard, making sure it’s structured how I want it to be. It shouldn’t take too long to code it up after that. I’m not expecting to get much points in the audio and graphics categories :). I mostly just want to get my feet wet and get a game entered.

I look forward to playing everyone’s games, and seeing what cool things people come up with for this theme. Good luck, everyone!

First Time Entering: Any Other IF Fans? (part 2)

Figured I’d follow suit and post some updates! So I’ve got the design hammered out, and have been working on getting the design from paper to an XML file. I’ve also started writing some code for reading in the data and some processing of user input. Most of the code so far is just data structures for handling the various elements of the game (I’m probably over-engineering it, but that’s what I do). Here’s a screen shot of direction handling:

I know it’s not as pretty as everyone else’s, being interactive fiction, but I’m pretty happy with it so far :).

Comments

Pyrrhuloxia
17. Dec 2011 · 18:23 UTC
IF is nice. Mine is shaping up to be half first person 3d and half IF.
Frimkron
17. Dec 2011 · 18:50 UTC
I too am working on an IF game. I swore to myself I wouldn’t over-engineer it by creating lots of data structures – I’d purely use Python’s control flow to describe the game logic. But yeah, I’m having issues now, so that didn’t work out so well.

First Time Entering: Any Other IF Fans? (part 3)

I’ve been intermittently working on this. I’m glad I picked a some-what easier task for my first, since I have a pretty busy weekend. I’ve been adding in action, and have quite a bit done. I recently added the most important, though: