v0.1.0 GameApp.Player

A player in the game.

Link to this section Summary

Functions

Creates a player.

Link to this section Types

Link to this type

t()

t() :: %GameApp.Player{id: String.t(), name: String.t()}

Link to this section Functions

Link to this function

create(attrs \\ [])

create(keyword()) :: GameApp.Player.t()

Creates a player.