Cursgame Manual 0.2.0

Table of Contents

Next: , Up: (dir)   [Contents][Index]


Cursgame

This manual describes how to use cursgame for writing text-base games. You don’t have to read the whole manual to use cursgame. Most of it is reference material.

This manual applies to cursgame 0.2.0
Cursgame is versioned following the guidelines of sermantic versioning as described on http://semver.org.

If you read this i assume you already installed cursgame and you can import it in python3. Please also note that cursgame is made for python3 and may not work in python2. I also assume that you are known to python3.

This manual begins with a tutorial to Cursgame, followed by chapters describing the details of the modues of Cursgame. A shorter reference can be obtained with pydoc or with the builtin help() command.


Next: , Up: (dir)   [Contents][Index]