Itangalo / Bot-Playtesting-Toolkit

A toolkit for simulating board games with Google spreadsheets. Intended use is board game development.
GNU General Public License v3.0
9 stars 1 forks source link

Only allow (semi) positive number of steps in grid tracks #53

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

Pawns cannot move backwards on tracks where grid movement is enabled (unless some kind of memory of previous steps are stored). There should be a check that disallows negative step numbers, and possibly shortcuts the movement for zero steps.

Itangalo commented 2 years ago

Done. With tests.