texture

Micro-engine for creating text-based adventures


Keywords
texture, adventure, game, text, based, old
License
MIT
Install
pip install texture==0.1.3

Documentation

texture

(...) I rejected those answers. Instead, I chose something different. I chose the (im)possible. I chose... texture

PyPI version

texture is a micro-engine for creating text-based adventures.

Features

  • Scenario based architecture
  • Global game state
  • Some utilities
  • Main game loop (including command input)

That's it. This is only a (pretty simple) tool, and you are the artist. Want your game to calculate x digits of pi? Well, go for it!

Documentation

Documentation is available in the docs/ directory. In order to build it, use:

$ mkdocs build

In addition, you can find the documentation online at http://texture.readthedocs.org/en/latest/.