Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diapolo10/rpgenie
A set of tools to help you develop RPG games in Python
https://github.com/diapolo10/rpgenie
game-development library modular python python-3-6 python3
Last synced: 7 days ago
JSON representation
A set of tools to help you develop RPG games in Python
- Host: GitHub
- URL: https://github.com/diapolo10/rpgenie
- Owner: Diapolo10
- License: mit
- Created: 2017-08-28T13:01:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T04:40:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-20T23:24:04.614Z (9 days ago)
- Topics: game-development, library, modular, python, python-3-6, python3
- Language: Python
- Size: 182 KB
- Stars: 30
- Watchers: 9
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RPGenie
A set of tools to help you develop RPG games in Python## Build status
* master: [![Build Status](https://travis-ci.org/Diapolo10/RPGenie.svg?branch=master)](https://travis-ci.org/Diapolo10/RPGenie) [![Coverage Status](https://coveralls.io/repos/github/Diapolo10/RPGenie/badge.svg?branch=master)](https://coveralls.io/github/Diapolo10/RPGenie?branch=master)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDiapolo10%2FRPGenie.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDiapolo10%2FRPGenie?ref=badge_shield)
* beta: [![Build Status](https://travis-ci.org/Diapolo10/RPGenie.svg?branch=beta)](https://travis-ci.org/Diapolo10/RPGenie) [![Coverage Status](https://coveralls.io/repos/github/Diapolo10/RPGenie/badge.svg?branch=beta)](https://coveralls.io/github/Diapolo10/RPGenie?branch=beta)
* nightly: [![Build Status](https://travis-ci.org/Diapolo10/RPGenie.svg?branch=nightly)](https://travis-ci.org/Diapolo10/RPGenie) [![Coverage Status](https://coveralls.io/repos/github/Diapolo10/RPGenie/badge.svg?branch=nightly)](https://coveralls.io/github/Diapolo10/RPGenie?branch=nightly)## About the branches:
* master: The latest stable version of RPGenie
* beta: The most up-to-date, albeit untested, version of RPGenie
* nightly: Bleeding-edge!## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDiapolo10%2FRPGenie.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDiapolo10%2FRPGenie?ref=badge_large)