https://github.com/warborn/islands-engine
Implementation of a battleship-like game in Elixir called Islands
https://github.com/warborn/islands-engine
elixir otp
Last synced: 12 days ago
JSON representation
Implementation of a battleship-like game in Elixir called Islands
- Host: GitHub
- URL: https://github.com/warborn/islands-engine
- Owner: warborn
- Created: 2019-06-05T16:08:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T05:15:58.000Z (about 7 years ago)
- Last Synced: 2025-03-04T19:33:58.817Z (over 1 year ago)
- Topics: elixir, otp
- Language: Elixir
- Homepage:
- Size: 58.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).