Skip to main content
GameDev.net gamedev.net
🔒 Locked

Engine for browser text-adventure style games

Started by supermikhail Feb 27, 2019 at 7:26 PM 4 replies 4.4k views
Original Post
supermikhail
supermikhail

I want to make short text adventures for learning foreign languages, so the engine can be pretty basic, but I haven't done any browser development, so I really have no idea where to go in the giant sea of engines and frameworks. Well, I say, "it can be basic", but I could potentially use database manipulation in the future for including a dictionary, although I don't want to look this far ahead. Not to mention that I've gotten pretty rusty in coding in general.

I've mostly dealt with Unity so far, and I'm hoping for something more light-weight.

Greedy Goblin
Greedy Goblin

Hey supermikhail!

You might like to check out something called Inform7 which is specifically designed for interactive fiction (text adventures).

http://inform7.com/

[update] in fact they even mention that it's been used to teach foreign languages so might be perfect for what you need... http://inform7.com/teach/teach/

supermikhail
supermikhail

I specifically want an engine with straightforward building for web, and I don't know if a very specialized text-adventure engine will cut it, because I'm quite keen on including sound in the form of pronunciation, and clicking on words for definitions.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.