Islands Engine

Build Status

Models the Game of Islands.

Based on the book Functional Web Development by Lance Halvorsen.

Installation

Add the :islands_engine dependency to your mix.exs file:

def deps do
  [
    {:islands_engine, "~> 0.1"}
  ]
end

Note

Package Islands Text Client uses :islands_engine as a dependency to play the Game of Islands in the console.