https://github.com/ug0/islands_engine
A game from the book "Functional Web Development with Elixir, OTP, and Phoenix"
https://github.com/ug0/islands_engine
Last synced: 10 months ago
JSON representation
A game from the book "Functional Web Development with Elixir, OTP, and Phoenix"
- Host: GitHub
- URL: https://github.com/ug0/islands_engine
- Owner: ug0
- Created: 2018-07-13T09:16:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T08:57:46.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T05:43:36.072Z (over 1 year ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IslandsEngine
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `islands_engine` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:islands_engine, "~> 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/islands_engine](https://hexdocs.pm/islands_engine).