AlecTroemel / phalanx-core

a board game that can be played on a computer, or 9x9 go board
1 stars 0 forks source link

Rule tweaks #20

Closed AlecTroemel closed 4 years ago

AlecTroemel commented 4 years ago

move action only moves 1 stone, but you now get 3 actions per turn. This greatly simplifies the logic for calculating possibles moves, make the move action, the FSM, and the AI all while not really changing the feel of the game

also switches all functions to using the position object {:x :y} instead of having individual x y coords.. I hope this doesnt bit me in the future with the fact that lua passes tables by reference