New Island and Bridges variations (#107)

* Adding two new variations with hazards along the edges

* Implementing code review feedback
This commit is contained in:
Chris Hoefgen 2022-08-26 13:37:30 -07:00 committed by GitHub
parent 0061425c7e
commit 006f394355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 143 additions and 15 deletions

View file

@ -27,6 +27,8 @@ func TestRiversAndBridgetsHazardsMap(t *testing.T) {
{maps.RiverAndBridgesMediumHazardsMap{}, 11, 11},
{maps.RiverAndBridgesLargeHazardsMap{}, 19, 19},
{maps.RiverAndBridgesExtraLargeHazardsMap{}, 25, 25},
{maps.IslandsAndBridgesMediumHazardsMap{}, 11, 11},
{maps.IslandsAndBridgesLargeHazardsMap{}, 19, 19},
}
// check all the supported sizes