# `Islands.PlayerID`
[🔗](https://github.com/RaymondLoranger/islands_player_id/blob/main/lib/islands/player_id.ex#L4)

Defines the player ID type for the _Game of Islands_.

##### Inspired by the book [Functional Web Development](https://pragprog.com/titles/lhelph/functional-web-development-with-elixir-otp-and-phoenix/) by Lance Halvorsen.

# `t`

```elixir
@type t() :: :player1 | :player2
```

Player ID for the Game of Islands

---

*Consult [api-reference.md](api-reference.md) for complete listing*
