Skip to content

stedogin/rpg-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Changelog

See CHANGELOG.md

How to use

See 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

Maintainers

About

An object-oriented text RPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%