Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbordeyne/rpg-text
An object-oriented text RPG
https://github.com/sbordeyne/rpg-text
game python3 python365 rpg-game rpg-text
Last synced: about 1 month ago
JSON representation
An object-oriented text RPG
- Host: GitHub
- URL: https://github.com/sbordeyne/rpg-text
- Owner: sbordeyne
- License: mit
- Created: 2019-08-17T12:32:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T11:38:20.000Z (about 5 years ago)
- Last Synced: 2024-08-15T16:10:26.987Z (5 months ago)
- Topics: game, python3, python365, rpg-game, rpg-text
- Language: Python
- Size: 831 KB
- Stars: 170
- Watchers: 15
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Run on Repl.it](https://repl.it/badge/github/Dogeek/rpg-text)](https://repl.it/github/Dogeek/rpg-text)
# rpg-text
An object-oriented text RPG based loosely on the rules of Original Dungeons and Dragons.This project has garnered some attention, and as per the license is completely open-source. Parts of this project are licensed under the OGL (Open Game License), for material that is
the property of Wizards of the Coast, LLC.# License
See [Licence](LICENSE)
# Changelog
See [CHANGELOG.md](docs/CHANGELOG.md)
# How to use
See [HOW-TO-USE.md](docs/HOW-TO-USE.md)
# Components and Data
Components are defined in the rpglib package. Each component is a part of the game's "engine"
Components may load extra data, from the JSON files in the `data` folder.
The entry point is the `main.py` file, in the root directory of the project.
# Specifications
See [SPECIFICATIONS.md](docs/specifications.md)
# Maintainers
- Dogeek ([email protected])