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

Add 'line of sight' functionality for tracks #57

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

It would be useful to have functions for determining if two points on a board (grid track) are connected by a line of sight.

This will require that the spaces have information about coordinates, not only connections, and also exact or approximated size/shape of spaces.

Itangalo commented 2 years ago

Holy cow. I managed to code a pretty good line-of-sight function.

Itangalo commented 2 years ago

Code, tests and documentation in place.