Skip to content

unwize/TXEngineJSONHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

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

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

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.

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    https://github.com/SlappedWithSilence/TXEngine
  3. Python packages
    pip install -r requirements.txt

or

 ```sh
 pip3 install -r requirements.txt

Usage

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Your Name - @your_twitter - [email protected]

Project Link: TXEngineJSONHelper

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages