Crates.io | text_adventure |
lib.rs | text_adventure |
version | 0.2.3 |
source | src |
created_at | 2020-09-29 05:34:33.82547 |
updated_at | 2020-11-06 22:15:09.566766 |
description | a program to allow for the creation of simple text adventure games using JSON files |
homepage | https://github.com/10maurycy10/text_adventure |
repository | https://github.com/10maurycy10/text_adventure.git |
max_upload_size | |
id | 293966 |
size | 79,832 |
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
criters cant move
add critter movement
add climb, break, use...