text_adventure

Crates.iotext_adventure
lib.rstext_adventure
version0.2.3
sourcesrc
created_at2020-09-29 05:34:33.82547
updated_at2020-11-06 22:15:09.566766
descriptiona program to allow for the creation of simple text adventure games using JSON files
homepagehttps://github.com/10maurycy10/text_adventure
repositoryhttps://github.com/10maurycy10/text_adventure.git
max_upload_size
id293966
size79,832
(10maurycy10)

documentation

README

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...

Commit count: 50

cargo fmt