Next: Getting started, Up: (dir) [Contents][Index]
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.1.1
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.
• Getting started: | This chapter introduces Cursgame. | |
• Module game: | This chapter describes the game module | |
• Module map: | This chapter describes the map module | |
• Module inp: | This chapter describes the inp module | |
• Module character: | This chapter describes the character module | |
• Module color: | This chapter describes the color module | |
• Module field: | This chapter describes the field module | |
• Index: | Index. |
Next: Getting started, Up: (dir) [Contents][Index]