https://github.com/diazvictor/textadventure
an engine to build your conversational adventures
https://github.com/diazvictor/textadventure
Last synced: 3 months ago
JSON representation
an engine to build your conversational adventures
- Host: GitHub
- URL: https://github.com/diazvictor/textadventure
- Owner: diazvictor
- License: mit
- Created: 2020-08-03T17:52:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T04:11:51.000Z (over 4 years ago)
- Last Synced: 2024-12-29T16:45:01.116Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## textAdventure
an engine to build your conversational adventures
> **NOTE**: This software is on stage development.
To run this example:
```
cd example/
lua main.lua
```## Dependencies
- Lua5.1+ (or LuaJIT 2.0+)
## Features
- Simple control for move player (north, south, east, west...) around map game
- Simple control for look and take items
- Save items on inventory and transparent-user actions
- Full-Support for inventory (take & drop items)## To-do (planned)
- Allow inc/dec vars (score or counters)
- Allow multiple game endings
- Better coding (More POO and less spaguetti)
- Easy-create classic adventures for non-developer users
- Support for multiplayer
- Support for multilanguage## License
[MIT](LICENSE.md)