Skip to content

aldahick/mapgame

Repository files navigation

mapgame

Play strategy, on a map.

Playing

  1. Install Rust
  2. Install dependencies: apt install build-essential pkg-config unzip
  3. Download SFML 2.6.0 and extract it to ./sfml
  4. Execute cargo run .

Todo

This is a really long list.

  • Continuous:
    • Integration
    • Deployment (releases)
  • Nations
    • Load from GeoJSON
    • Color
  • Provinces
    • Load from GeoJSON
  • View
    • Zoom
  • Basic UI components
  • Resources
  • Structures
    • Construction
    • Per-province management
      • Manual
      • Automated
    • Replacement
    • Destruction (?)
  • Player
    • Nation selection
    • HUD
      • Resources display
  • Equipment
  • Infantry
  • AI
  • Cars
  • Boats
  • Planes
  • Multiplayer

Credits