package
0.1.0
Repository: https://github.com/lukevenediger/checkers.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
The game is complete - no more moves can be made.
The game has expired - no further moves will be accepted.
The game has been forfeited by one of the players.
The game state is not set.
The game is in progress.
The game board is set up and ready to play.
No description provided by the author

# Variables

CheckersTorram_ServiceDesc is the grpc.ServiceDesc for CheckersTorram service.
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for GameState.
Enum value maps for GameState.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.

# Structs

Initial state definition for the checkers module.
A stored game identified by an index.
Config and settings for the checkers module.
QueryGetGameRequest defines the request type for the Query/GetGame RPC method.
QueryGetGameResponse contains the Game state.
ReqCheckersTorram defines the CheckersTorram/CreateGm request type.
ReqForfeitGm defines the CheckersTorram/ForfeitGm request type.
ResCheckersTorram defines the CheckersTorram/CreateGm response type.
ResForfeitGm defines the CheckersTorram/ForfeitGm response type.
StoredGame is the state of play for a single game.
UnimplementedCheckersTorramServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.

# Interfaces

CheckersTorramClient is the client API for CheckersTorram service.
CheckersTorramServer is the server API for CheckersTorram service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
UnsafeCheckersTorramServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

All possible checkers game states.