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

Connect all adjacent tiles #78

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

It would save a lot of work for simple grid boards if connections could be set up automatically to all spaces within a given distance. (And the grid is cached.)

Itangalo commented 2 years ago

...with the option of setting the 'connectsTo' property for spaces, to override connecting to all adjacent tiles.

Itangalo commented 2 years ago

First tests in place. Needs tests for overriding adjacent connections, too.

Itangalo commented 2 years ago

New tests added. Documentation still missing.

Itangalo commented 2 years ago

Ready for release to 1.4.