初始化游戏参数

Hierarchy

  • GameInfo

Properties

blackPeiceBackground?: string

黑棋子背景色

Default Value

#fdec9e

blackPeiceTextColor?: string

黑棋子字体颜色

Default Value

#000

boardTextColor?: string

棋盘线条颜色

Default Value

#000

checkerboardBackground?: string

棋盘背景色

Default Value

#faebd7

choosePeiceBorderColor?: string

棋子选中的边框颜色

Default Value

#ff0000

ctx?: CanvasRenderingContext2D

画布

drawMovePoint?: boolean

选中是否绘画可移动的点

Default Value

true

duration?: number

棋子运动速度时长 毫秒单位

Default Value

200

gameHeight?: number

游戏窗口高度大小

Default Value

800

gamePadding?: number

游戏内边距大小距离棋盘

Default Value

20

gameWidth?: number

游戏窗口宽度大小

Default Value

800

movePointColor?: string

可移动点 颜色

Default Value

#25dd2a

redPeiceBackground?: string

红棋子背景色

Default Value

#feeca0

redPeiceTextColor?: string

红棋子字体颜色

Default Value

#c1190c

scaleRatio?: number

画布缩放大小

Default Value

1

Generated using TypeDoc