~sjm/kitties_village

playing around with an incremental game on the terminal
convert game into a GenServer
add ticking, refactor
update with extra abstraction

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sjm/kitties_village
read/write
git@git.sr.ht:~sjm/kitties_village

You can also use your local clone with git send-email.

#KittyVillage

TODO: Add description

#Installation

If available in Hex, the package can be installed by adding kitty_village to your list of dependencies in mix.exs:

def deps do
  [
    {:kitty_village, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kitty_village.