Table of Contents
This project is a companion utility designed to expedite the process of generating content JSON files for the TXEngine.
Here's why you might need this utility when using the TXEngine:
- Developing large-scale games with TXEngine can result in cumbersome cascading JSON schemes
- Conversation data structures are represented with heavily-nested JSON objects. Writing them by hand is possible, but painfully-tedius once you start adding
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Python
- Download and install Python. Your installation process will vary depending on your OS.
- Get a free API Key at https://example.com
- Clone the repo
https://github.com/SlappedWithSilence/TXEngine
- Python packages
pip install -r requirements.txt
or
```sh
pip3 install -r requirements.txt
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - @your_twitter - [email protected]
Project Link: TXEngineJSONHelper