Crates.io | rpg |
lib.rs | rpg |
version | 0.0.2 |
source | src |
created_at | 2016-11-25 23:11:45.927371 |
updated_at | 2016-12-07 16:08:19.857232 |
description | A very basic RPG engine written in Rust |
homepage | |
repository | https://github.com/rust-rpg/rpg-rs |
max_upload_size | |
id | 7363 |
size | 44,772 |
Welcome traveler! Don't be frightened by that cryptc name above. This project aims to implement the very basic data and mechanics of an RPG. Of course, there are a lot of ways to interpret and implement an RPG and I guess there will always be someone who disagrees with my implementation. So feel free to contribute and share the code and if this doesn't feel right to you, create a fork and create your own better variant.
item_generator
its own struct with a builder pattern for generating itemsinfluence
from items to ItemGenerator
requirement
to Item