Skip to content

wangzehao1995/DotsAndBoxes

Repository files navigation

Dots And Boxes

author:wangzehao

introduction

Using Android Studio as the IDE.
The code is shit.Refactoring is coming.

规则 Rules

双方交替在两点之间画一条线,如果这条线是一个方框的最后一条边,则这个人占领这个格子,并获得一次额外的划线机会。
Players draw a line between two dots alternately.If the line is the last edge of a box,the player occupy the box and gain another opportunity to draw line.
最后谁占领的格子最多谁获得胜利
Who occupying more boxes at last is the winner.

单人模式 Single Mode

![](/readme/pic-single.png "单人模式")

双人模式 Double Mode

![](/readme/pic-double.png "双人模式")

帮助 Help

![](/readme/pic-help.png "帮助")