bantumi

Version, currently develop branch1 version
  • develop branchlatestSep 17, 2022

github.com/ntumbuka/bantumi

An implementation of the mancala board game, bantumi

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  bantumi:
    github: ntumbuka/bantumi
    branch: develop

develop is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.5.1
License
MIT
Author
Walter Kaunda
Target
  • bantumi from src/bantumi.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • kemal*github: kemalcr/kemal
  • dotenv*github: gdotdesign/cr-dotenv
  • micrate~> 0.12.0github: amberframework/micrate
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • multi_auth*github: msa7/multi_auth

Development Dependencies

  • ameba~> 1.0.0github: crystal-ameba/amebadev

README

bantumi

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/bantumi/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