corya14 / tic-tactical-toe

Tic Tactical Toe. Grid-based game with Django.
GNU General Public License v3.0
1 stars 0 forks source link

Attacker retains turn after an attack #7

Closed ChipBeach closed 3 years ago

ChipBeach commented 3 years ago

Until an attacker wins a cell or runs out of tacs the turn continues to be theirs

corya14 commented 3 years ago

@ChipBeach I made this on purpose, sorry I should have let you know! Turns only end if someone acquires a new square or performs an idle/internal move. This lets attackers "roll dice" and view outcomes as they attack and is similar to risk.

ChipBeach commented 3 years ago

Okay no problem. I'll add that to the rules.

@ChipBeach I made this on purpose, sorry I should have let you know! Turns only end if someone acquires a new square or performs an idle/internal move. This lets attackers "roll dice" and view outcomes as they attack and is similar to risk.