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

spacesAtDistance and spacesWihinDistace for tracks #50

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

Some games would have use of knowing which spaces are n steps from a space, or which spaces are at most n steps from a space. Worth writing functions for.

Both for the 1D spaces and the grids.

Itangalo commented 2 years ago

Done! Code, tests and documentation in place.