clistat

package
v0.0.0-...-4e0c666 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clistat

type Clistat int

Clistat - Client state. NNGSサーバーでゲームをしているクライアントの状態遷移。

const (
	// None - 開始。
	None Clistat = iota
	// EnteredMyName - 自分のアカウント名を入力しました
	EnteredMyName
	// EnteredMyPasswordAndIAmWaitingToBePrompted - 自分のパスワードを入力し、そしてプロンプトを待っています
	EnteredMyPasswordAndIAmWaitingToBePrompted
	// EnteredClientMode - 簡易表示モードに設定しました
	EnteredClientMode
	// WaitingInTheLobby - 対局が申し込まれるのをロビーで待ちます
	WaitingInTheLobby
	// BlockingMyTurn - 自分の手番で受信はブロック中です。
	BlockingMyTurn
	// BlockingOpponentTurn - 相手の手番で受信はブロック中です。
	BlockingOpponentTurn
)

state

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL