1
0
Fork
You've already forked kobold
0
Library of common RPG functionalities, implemented in Crystal
  • Crystal 100%
2023年12月07日 04:03:50 -05:00
spec apply crystal code formatting 2023年12月07日 03:35:53 -05:00
src apply crystal code formatting 2023年12月07日 03:35:53 -05:00
.editorconfig initial commit 2023年12月07日 02:39:30 -05:00
.gitignore initial commit 2023年12月07日 02:39:30 -05:00
LICENSE initial commit 2023年12月07日 02:39:30 -05:00
README.md fix shield markdown link typo 2023年12月07日 04:03:50 -05:00
shard.yml initial commit 2023年12月07日 02:39:30 -05:00

License Crystal Version

Kobold

A library of helpful functionalities one might except to find in the average role-playing game, or otherwise gamified software implementation.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:kobold:git:https://codeberg.org/foxwyn/kobold.git
  2. Run shards install

Usage

require "kobold"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://codeberg.org/foxwyn/kobold/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Foxwyn - creator and maintainer