Board Cache for the Game of Islands. Returns a random board.
Inspired by the book Functional Web Development by Lance Halvorsen.
But mostly inspired by the course Multi-Player Bingo by Mike and Nicole Clark.
If available in Hex, the package can be installed
by adding islands_board_cache
to your list of dependencies in mix.exs
:
def deps do
[
{:islands_board_cache, "~> 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/islands_board_cache.