ucsb-cs56-projects / cs56-games-gomoku

-
2 stars 7 forks source link

Implement rule of "three and three" #44

Open anupolise opened 6 years ago

anupolise commented 6 years ago

The rule of three and three bans a move that simultaneously forms two open rows of three stones (rows not blocked by an opponent's stone at either end).

Implement this so that users can play "house rules" gomoku.

(200 pts)

KevinLee00 commented 6 years ago

F17 Approved.

Sierrasch commented 6 years ago

See https://en.wikipedia.org/wiki/Gomoku for information on "House Rules" Gomoku

W18 OK (150 pts)