Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation Guide #9

Open
11 tasks
hardBSDk opened this issue Mar 9, 2024 · 0 comments
Open
11 tasks

Implementation Guide #9

hardBSDk opened this issue Mar 9, 2024 · 0 comments

Comments

@hardBSDk
Copy link
Member

hardBSDk commented Mar 9, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant