Documentation ¶
Overview ¶
Package tile contains structures that players interact with on game boards.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Letter ¶
type Letter rune
Letter is the value of a tile.
func (Letter) MarshalJSON ¶
MarshalJSON implements the encoding/json.Marshaler interface to marshal letters into strings.
func (*Letter) UnmarshalJSON ¶
UnmarshalJSON implements the encoding/json.UnMarshaler interface to unmarshal letters from strings.
Click to show internal directories.
Click to hide internal directories.