Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

irmen/Tale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2a2644 · Jul 4, 2020
Aug 7, 2017
Jul 4, 2020
Nov 27, 2018
May 28, 2017
Nov 27, 2018
Jul 4, 2020
Nov 27, 2018
Jul 26, 2017
Jul 2, 2017
Dec 9, 2019
Nov 27, 2018
Nov 27, 2018
Jul 4, 2020
Jun 7, 2019
Jul 3, 2017
Jan 25, 2020
Jun 8, 2019
Jun 8, 2019

Repository files navigation

saythanks Build Status Latest Version

Tale logo

'Tale' - mud, mudlib & interactive fiction framework [frozen]

This software is copyright (c) by Irmen de Jong ([email protected]).

This software is released under the GNU LGPL v3 software license. This license, including disclaimer, is available in the 'LICENSE.txt' file.

Tale requires Python 3.5 or newer. (If you have an older version of Python, stick to Tale 2.8 or older, which still supports Python 2.7 as well)

Required third party libraries:

  • appdirs (to load and save games and config data in the correct folder).
  • colorama (for stylized console output)
  • serpent (to be able to create save game data from the game world)
  • smartypants (for nicely quoted string output)

Optional third party library:

  • prompt_toolkit (provides a nicer console text interface experience)

Read the documentation for more details on how to get started, see http://tale.readthedocs.io/

EXAMPLE STORIES

There is a trivial example built into tale, you can start it when you have the library installed by simply typing: python -m tale.demo.story

On github and in the source distribution there are several much larger example stories and MUD examples.

  • 'circle' - MUD that interprets CircleMud's data files and builds the world from those
  • 'demo' - a random collection of stuff including a shop with some people
  • 'zed_is_me' - a small single player (interactive fiction) survival adventure