https://github.com/ug0/dungeon_crawl
https://github.com/ug0/dungeon_crawl
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ug0/dungeon_crawl
- Owner: ug0
- Created: 2018-05-23T00:11:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T05:17:17.000Z (about 8 years ago)
- Last Synced: 2025-01-24T12:23:03.797Z (over 1 year ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DungeonCrawl
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dungeon_crawl` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dungeon_crawl, "~> 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/dungeon_crawl](https://hexdocs.pm/dungeon_crawl).