/cuentitos

Cuentitos is a game narrative engine with probability at its core

Primary LanguageRustApache License 2.0Apache-2.0

NOTICE
I'm in the process of reimplementing the whole project. This will be extremely unstable from now on until I remove this notice. Download the latest release, or check the version-0.2 for the latest stable version.

cuentitos

cuentitos is a probabilistic narrative environment designed to make creating interactive stories a pleasure.

It's designed from the ground up to make writers more productive, simplifying workflows and assisting the creative process as much as possible.

This repository holds the core components of Cuentitos, the probabilistic narrative engine.

Please, refer to each project's README.md for specific information.

Table of Contents

Components

Philosophy

cuentitos is expected to be a powerful and extremely productive environment.

This goal enforces a very opinionated design that is the consequence of hitting my head to the wall for years.

TODO(fran): Write a proper Philosophy doc.

Build

cuentitos is developed using Rust. You need a working rust installation.

Once you have cargo running, you just run

$ cargo build

Refer to each project for more information.

License

cuentitos is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.