PyTextGame is a text-based game development library which can be used to make console-based games. This package is available both on GitHub and on PyPi.
The main class of this library is the Playground class. Use it to build the base of your game and run your game.
There are several other components such as doors and rooms. You can easily make a scenes using the Scene class.
It also contains classes for Player along with other derived classes.
NOTE : This is just a basic documentation. Full documentation coming soon.
The library is currently under development.
It is undergoing continuous updates. New classes are being developed.
The full release will be available in PyPi and GitHub in a few weeks.
Currently the v1.1.0 release that is uploaded here is live on PyPi.
Please download the stable release given in the Releases or using pip as the master branch is currently unstable.
Thank you to all the contributors for their priceless efforts to make this software better.
All contributions are currently open for verification.
By Himank Deka @dev-hd11