I'm making a game inspired by territorial.io
Players are able to draw on the map, and whenever the edge of their border touches the 'plan', it expands.
Built with DOTS. The world is broken down into 64x64 chunks.
Current limitations and issues:
- Drawing too fast will cause discontinuities along chunks.
- Different players are unable to 'capture' territories from others.