https://github.com/skillgg/tgjs_old
This is a version pre-new TGJS. This has been an inspiration and first 'draft' of this engine.
https://github.com/skillgg/tgjs_old
Last synced: 3 months ago
JSON representation
This is a version pre-new TGJS. This has been an inspiration and first 'draft' of this engine.
- Host: GitHub
- URL: https://github.com/skillgg/tgjs_old
- Owner: SkillGG
- Created: 2019-01-19T03:14:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T06:15:52.000Z (over 6 years ago)
- Last Synced: 2025-01-26T19:15:42.573Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T.G.JS
Text Game JS is an engine for JS text-based games.
# Use
Download [TextEngine.js](Engine/) and then add it to your project as other library```html
```
You can also use no-library version [TextEngine-nl.js](Engine) that needs also [Extends.js](NFLibs) added to project
```html
```
# Documentation
> !NOTE
>
> **Documentation is very incomplete!**[Here](Engine/Doc.md) is documentation of this engine