Points

Overview

The Points System is the scoring mechanism of the game, representing a player’s overall progress, achievements, and power. Points are a cumulative measure of resource management, land development, military strength, and successful combat outcomes. They are critical for rankings, competition, and determining dominance in the realm.


Sources of Points

  1. Resources:

    • Accumulated resources (Food, Wood, Stone, Iron) increase points directly.

    • Building, forging, training, and tech upgrades convert resources into permanent point gains.


Point Calculation

  • Points are calculated dynamically by the TheLand contract using land data:

    • Food + Wood + Stone + Iron.

  • After attacks, recalculatePointsAfterAttack() ensures both attacker and defender point totals are accurate.


Strategic Role

  • Leaderboards: Points determine global rankings and competition.

  • Targets: Players with high points are prime targets but also command respect.

  • Progress Tracking: Points serve as a quick indicator of growth and development.


UI & Feedback

  • Displayed Points: Each land's point total is visible in the info panel.

  • Global Leaderboard: Shows rankings of top players.

  • Post-Battle Updates: Players see immediate point changes after combat.


Summary

The Points System is the ultimate scorekeeper, rewarding balanced growth across economy, military, and technology. Players who optimize their tile levels, resource flow, soldier training, and tech upgrades will steadily climb the ranks — with victories in battle accelerating their rise.

Last updated