This module contains React components that can be use to quickly build a UI
for boardgames. To reduce bloat, this module is not included unless
specified.
Most components (such as TurnDisplay, StartButton,
NotificationArea, GameOverStatus, and MultipleGames)
are independent of game model implementation. However,
ColoredGraphDisplay is meant specifically for games implemented with
a ColoredGraph. This component can display such games in an almost
playable state without any configuration, and with configuration it can even
look pretty.
This module contains React components that can be use to quickly build a UI for boardgames. To reduce bloat, this module is not included unless specified.
Most components (such as TurnDisplay, StartButton, NotificationArea, GameOverStatus, and MultipleGames) are independent of game model implementation. However, ColoredGraphDisplay is meant specifically for games implemented with a
ColoredGraph
. This component can display such games in an almost playable state without any configuration, and with configuration it can even look pretty.