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

Truncate City #290

Open
bglw opened this issue Nov 23, 2024 · 0 comments
Open

Truncate City #290

bglw opened this issue Nov 23, 2024 · 0 comments

Comments

@bglw
Copy link
Collaborator

bglw commented Nov 23, 2024

  • Render board sprites in discrete tiles (e.g. 21x21)
  • Avoid animations on tiles outside of viewport
  • Avoid animations when zoomed out beyond a reasonable level
  • New coordinate system with 0,0 at the center
  • Polish fog of war visuals (fade fog edges)
    • Full visibility over the battle arena tiles
    • Possibly also no1 player is fully visible
    • Possibly also adjacent players are fully visible
  • New infinite swamp board generation
    • Ensure some free space battle arena exists in the center
    • When a new player needs to be added and there is no free space, generate a new chunk and place them there
    • When generating a chunk, ensure all land is contiguous, and all neighbors are connected
  • City tutorial / game intro (especially for fog of war)
  • Fixed top-down orientation for all players
  • No artifacts, truncate keeps largest contiguous mass
    • Consideration: Artifact truncation, and your artifact can be swapped with a tile
  • Goal: Own the center tile / artifact / goal
    • Leaderboard for who has the best score
      • Basic score: How far away is your closest tile, lower is better
      • Distance as the crow flies
  • Minimap would be nice
  • Player choice of colours
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