项目作者: awlck

项目描述 :
A Python-based interpreter for Quest interactive fiction games.
高级语言: Python
项目地址: git://github.com/awlck/pyquest.git
创建时间: 2018-01-12T16:28:46Z
项目社区:https://github.com/awlck/pyquest

开源协议:Apache License 2.0

下载


pyQuest

Currently, there’s not much here, but I hope to turn this into a Python-based interpreter for interactive fiction games created in Quest.

Why Python?

It is (relatively) easy to use, comes with an extensive standard library, and is relatively widely used (so the chances that a user might already have it installed are not all that slim). Plus, it’s what we (have to) use in University, so we’re somewhat used to it.

Dependencies

Requires Python 3.6. May in the future require pygame and js2py.