Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

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