/pyVenture

A generalized text-based adventure game framework written in Python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pyVenture - A python text-based adventure game engine

This is a generalized framework that allows construction and playing of text-based-adventure-style worlds. Stores world information in JSON files.

This code is licensed under the General Public License Version 3 (http://www.gnu.org/licenses/gpl-3.0.html)

The following dependencies are required:

  • Python 2.6+
  • Qt4
  • PyQt4
  • GraphViz
  • pydot