Hacker News new | ask | show | jobs
by blinks 3858 days ago
I highly recommend looking into Inform7, effectively a text adventure IDE (though the community tends to call it "interactive fiction").

The language is a bit odd, and attempts to "read like English", but it provides so much scaffolding I feel like it's worth it.

1 comments

I used to play around with Inform 6 when I was starting to program. It was an interesting step up from QBasic, and they had a really great tutorial that stepped you through writing a William Tell based story.

I never could get the hang of Inform 7, the syntax is just too free-form, and I couldn't work out how to get things right.