...

/

Discover the Entities and Model the Domain

Discover the Entities and Model the Domain

Learn the entities and rules of the game.

We'll cover the following...

Represent the entities

This is the first step in designing our application. We need to identify the entities of a system and represent them with the data structures available in Elixir.

To help us out, let’s look at a picture of the game:

Explain the game

This shows what each player would see as they play. On the left is a view of their own board where players place their islands. The coordinates that make up ...