README.md
# BattleCity
[![ci](https://github.com/clszzyh/battle_city/workflows/ci/badge.svg)](https://github.com/clszzyh/battle_city/actions)
[![Hex.pm](https://img.shields.io/hexpm/v/battle_city)](http://hex.pm/packages/battle_city)
[![Hex.pm](https://img.shields.io/hexpm/dt/battle_city)](http://hex.pm/packages/battle_city)
[![Documentation](https://img.shields.io/badge/hexdocs-latest-blue.svg)](https://hexdocs.pm/battle_city/readme.html)
<!-- MDOC -->
Battle City Backend.
<!-- MDOC -->
Moduledoc here
<!-- MDOC -->
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `battle_city` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:battle_city, "~> 0.1.0"}
]
end
```