Skip to content
This repository was archived by the owner on Aug 8, 2026. It is now read-only.
This repository was archived by the owner on Aug 8, 2026. It is now read-only.

Implementation Guide #9

Description

@hardBSDk

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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions