Skip to content

A simple framework to write client-side web text-based games with python

License

Notifications You must be signed in to change notification settings

vlanore/troubadour

Repository files navigation

Troubadour

pytest mypy flake8 pylama Code style: black License: MIT

Troubadour is a simple framework to build python text-based games that:

  • runs in the browser;
  • runs entirely client-side so projects are easy to deploy;
  • provides a simple object-based programming model;
  • can save to browser storage and file out of the box;
  • supports text formatting with colors and complex tooltips;
  • provides complex input methods like forms and hex maps;
  • provides side panels to display information.

Troubadour is currently in very early development.

Troubadour is built with pyscript.

About

A simple framework to write client-side web text-based games with python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published