Unity project to create 2D polygonal maps. Includes a fully configurable map editor to create maps, and also some games using the map generator.
-
Updated
May 23, 2022 - C#
Unity project to create 2D polygonal maps. Includes a fully configurable map editor to create maps, and also some games using the map generator.
Polygon Mapping // This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size // It's assumed that the polygon is inside the defined grid // If a cell intersects with the polygon, the code prints X // if a cell is outside the polygon, the code prints O // If a cell is inside the polygon, the code prints I
Add a description, image, and links to the polygon-mapping topic page so that developers can more easily learn about it.
To associate your repository with the polygon-mapping topic, visit your repo's landing page and select "manage topics."