Implement the basic rules of Go #40

Merged
savanni merged 13 commits from feature/go-rules into main 2023-05-04 02:34:40 +00:00
Owner

Technically, the game is now playable and implements all of the core rules.

  • Players take turns putting stones on the board
  • Stones are capture when they run out of liberties
  • Self-capture is prohibited
  • Opposing stones are captured before self-capture is calculated
  • Ko conditions are prevented all the way back to the beginning of the game

Resolves: https://www.pivotaltracker.com/story/show/184743839

Technically, the game is now playable and implements all of the core rules. - Players take turns putting stones on the board - Stones are capture when they run out of liberties - Self-capture is prohibited - Opposing stones are captured before self-capture is calculated - Ko conditions are prevented all the way back to the beginning of the game Resolves: https://www.pivotaltracker.com/story/show/184743839
savanni added 12 commits 2023-05-04 02:33:16 +00:00
savanni added 1 commit 2023-05-04 02:34:17 +00:00
savanni merged commit fee2e598d3 into main 2023-05-04 02:34:40 +00:00
savanni deleted branch feature/go-rules 2023-05-04 02:34:40 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: savanni/monorepo#40
No description provided.