text_adventure

a program to allow for the creation of simple text adventure games using JSON files


Keywords
text, game, engine, adventure, game-development, text-adventure, yml
License
GPL-3.0+

Documentation

Text Adventure

What is this

this is an attempt to allow the creation of simple text adventure games using YAML files

data/world.yml : world data/critters.yml : critters data/player.yml : the player data

docks in doc.md

limitations (for now)

criters cant move

todo

short term

add critter movement

long(er) term

add climb, break, use...