Library of common RPG functionalities, implemented in Crystal
- Crystal 100%
| spec | apply crystal code formatting | |
| src | apply crystal code formatting | |
| .editorconfig | initial commit | |
| .gitignore | initial commit | |
| LICENSE | initial commit | |
| README.md | fix shield markdown link typo | |
| shard.yml | initial commit | |
Kobold
A library of helpful functionalities one might except to find in the average role-playing game, or otherwise gamified software implementation.
Installation
-
Add the dependency to your
shard.yml:dependencies:kobold:git:https://codeberg.org/foxwyn/kobold.git -
Run
shards install
Usage
require "kobold"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://codeberg.org/foxwyn/kobold/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Foxwyn - creator and maintainer