ucsb-cs56-projects / cs56-games-gomoku

-
2 stars 7 forks source link

Implement freestyle mode #60

Open meredithxu opened 6 years ago

meredithxu commented 6 years ago

Both the two-player and single player mode only follow standard Gomoku rules, allowing wins with exactly five pieces in a row. Implement the freestyle mode correctly so that players can win with more than 5 pieces in a row. (75 pts)

Sierrasch commented 6 years ago

Look up freestyle Gomoku to see the rule differences.

W18 OK (75 pts)