This issue explain how to implement this game - [ ] Add a 2D scene - [ ] Add an algorithm to spawn regions with random sizes and colors (maybe the [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) can help you) - [ ] Add collision to the region borders (if a NPC pass this collision, it will be interpreted as attack) - [ ] Add flat NPCs with the color of the region (like Rapture World Conquest) - [ ] Add a way to move the NPCs by selecting the origin region and the destionation region (attack or distribution) - [ ] Add multiple region selection with more mouse clicks on some region - [ ] Add an AI that attacks you (send NPCs) if you cross their borders - [ ] Add a way to control the game speed (1x, 2x and 3x) - [ ] Add a goodies and commodities market - [ ] Add a way to request for economic alliances (it will make the products cheaper for both nations) - [ ] Add a way to request for war alliances
This issue explain how to implement this game