Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denvaar/sternhalma
Library that provides functionality needed to build a Chinese Checkers game
https://github.com/denvaar/sternhalma
Last synced: about 4 hours ago
JSON representation
Library that provides functionality needed to build a Chinese Checkers game
- Host: GitHub
- URL: https://github.com/denvaar/sternhalma
- Owner: denvaar
- Created: 2020-11-22T06:06:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T06:45:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T22:44:49.904Z (26 days ago)
- Language: Elixir
- Homepage: https://denvaar.github.io/articles/board_game.html
- Size: 41 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sternhalma
Provides a set of functions for building a Chinese Checkers game.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sternhalma` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:sternhalma, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sternhalma](https://hexdocs.pm/sternhalma).