Skip to content

LINX Multi-Scale Gameplay Concepts

Variants of scaling territory network through 5 levels of abstraction

Transform current NANO gameplay into full Multi-Scale system


📖 Introduction

Current LINX implementation works at NANO level - player directly creates nodes, edges and polygons. This page describes three concepts for scaling gameplay across all 5 CASCADA Framework abstraction levels.

References

Multi-Scale Gameplay concepts based on three classic games:

Spore (2008) - evolution through scales

  • Cell Stage → Creature Stage → Tribal Stage → Civilization Stage → Space Stage
  • Each level = radically different genre
  • Progress transfers between levels
  • Key principle: your micro actions influence macro

Populous (1989) - first god game

  • Player = deity controlling followers
  • Divine powers: raise/lower land, earthquake, flood, volcano, armageddon
  • Gameplay from micro (direct follower) to macro (divine intervention)
  • Terrain manipulation as core mechanic
  • Isometric perspective with "tabletop" interface

Conway's Game of Life (1970) - emergent complexity

  • Simple rules → complex behavior
  • Cellular automaton: each cell interacts with neighbors
  • Patterns evolve without direct control
  • From chaos to order through self-organization
  • Inspiration for MACRO/MEGA simulation modes

Synthesis for LINX:

  • Spore → scaling abstractions (NANO→MEGA)
  • Populous → divine powers and terrain manipulation
  • Conway's Life → emergent gameplay and automatic evolution

Influence Diagram

        CLASSIC GAMES

    ┌─────────┼─────────┐
    │         │         │
    ▼         ▼         ▼
  SPORE   POPULOUS   CONWAY'S
  (2008)   (1989)    LIFE (1970)
    │         │         │
    │         │         │
  5 scales  Divine   Emergent
  evolution  powers  patterns
    │         │         │
    └─────────┼─────────┘

        LINX CONCEPTS

    ┌─────────┼─────────┐
    │         │         │
    ▼         ▼         ▼
Concept 1  Concept 2  Concept 3
Fractal    Energy     Temporal
Aggreg.    States     Zoom
    │         │         │
    └─────────┼─────────┘

      LINX MULTI-SCALE
      (Graph-based god game
       with emergent evolution)

Goal

Demonstrate Multi-Scale Gameplay essence through simple, understandable example.


⚡ MVP Approach

This is NOT:

  • ❌ 4 complete games
  • ❌ Years of development
  • ❌ Final product

This IS:

  • ✅ 4 Proof-of-Concepts
  • ✅ Architecture demonstration
  • ✅ CASCADA capabilities showcase
  • ✅ Inspiration for developers

Each concept = 4-6 weeks MVP implementation

Focus: Show it works, not make it perfect


🎯 Concept 1: "Fractal Aggregation"

Thesis

Territories collapse into super-nodes as you zoom out, creating self-similar patterns at different scales

Core Idea: What if looking at your territory network from space turns it into a single point?

Status: ✅ Implemented in Fractal Mode

Mechanics Summary

NANO Scale (starting):

  • Direct control: Create nodes, form territories
  • See individual connections
  • Tactical decisions

MICRO Scale (first zoom-out):

  • Territories collapse → SuperNodes
  • SuperNodes = clusters of NANO territories
  • Click SuperNode → zoom into details
  • Strategic decisions

MESO → MEGA Scales:

  • Further aggregation
  • SuperNodes collapse into Mega-Nodes
  • Emergent macro patterns
  • God-like view

Implemented Features ✅

SuperNode Collapse System:

  • Player territories group by proximity
  • Calculate center of mass
  • Create visual SuperNode (radius 40 vs 16)
  • Hide NANO visuals, show MICRO view
  • Label shows node count inside

Scale Interaction:

  • SPACE - Ascend when ready (score + territory thresholds)
  • Click SuperNode - Zoom into NANO details
  • TAB - Return to NANO overview
  • ESC - Descend to previous scale

Thresholds (tuned for fast demo):

  • NANO → MICRO: 100 score + 3 territories
  • MICRO → MESO: 500 score + 8 territories
  • MESO → MACRO: 2000 score + 12 territories

Visual Distinction:

  • NANO nodes: radius 16, normal glow
  • MICRO SuperNodes: radius 40, double glow, bold label

Benefits

For Players:

  • ✅ "Wow!" moment when territories collapse
  • ✅ Strategic zoom levels
  • ✅ God-like feeling at MEGA scale
  • ✅ Spore-style evolution vibes

For Marketing:

  • ✅ Great for trailers (collapse animation)
  • ✅ Clear visual difference
  • ✅ "Zoom from atom to galaxy" pitch
  • ✅ Streamers will love scale transitions

🔋 Concept 2: "Energy States / Ascension"

Thesis

Rise and fall between abstraction levels based on score/energy, unlocking abilities at each tier

Core Idea: What if your territory network could evolve consciousness and gain divine powers?

Status: ✅ Implemented in Ascension Mode

Mechanics Summary

Dual Economy:

  • Score = Progression resource (accumulates, unlocks tiers)
  • Energy = Survival resource (depletes, causes game over)

Tier Ladder (Score-based):

  • NANO (0-1000): Follower - basic gameplay
  • MICRO (1000-5000): Leader - unlock abilities
  • MESO (5000-20000): Commander - more powers
  • MACRO (20000-50000): Overseer - strategic abilities
  • MEGA (50000+): God - ultimate power

Implemented Features ✅

Ability: Clone Territory (Hotkey C):

  • Cost: 200 energy
  • Effect: Duplicates random player territory
  • Cooldown: 30 seconds
  • Visual: Green camera flash
  • Use case: Expand faster, recover from losses

Ability: Time Slow-Mo (Hotkey T):

  • Cost: 150 energy
  • Effect: 0.3x game speed for 5 seconds
  • Cooldown: 30 seconds
  • Visual: Blue camera flash
  • Use case: Precise tactical moves, dodge attacks

Tier System (Ready for expansion):

  • Current: NANO tier active
  • Planned: MICRO/MESO/MACRO/MEGA unlocks
  • UI shows current tier + available abilities
  • Cooldown timers displayed

Planned Abilities (Higher Tiers)

MESO Tier:

  • P - Predict (Ghost preview of bot moves)
  • E - Earthquake (Destroy random enemy edge)

MACRO Tier:

  • R - Rewind (Undo last 5 seconds)
  • F - Time Freeze (Pause bots for 10 seconds)

MEGA Tier:

  • God Mode - Observe only, world simulates
  • V - Volcano (Delete enemy territory)

Benefits

For Players:

  • ✅ Clear progression path
  • ✅ Risk/reward with energy costs
  • ✅ "From zero to god" journey
  • ✅ Ability combos (Clone + Slow-Mo)

For Marketing:

  • ✅ Progression hooks retention
  • ✅ "Unlock divine powers" pitch
  • ✅ Populous vibes attract nostalgic players
  • ✅ Ability showcase in trailers

⏱️ Concept 3: "Temporal Zoom"

Thesis

Control time speed from x1 to x100, with automation increasing at faster speeds

Core Idea: What if you could fast-forward to see long-term consequences instantly?

Status: ✅ Implemented in Temporal Mode

Mechanics Summary

Time Speed Levels:

  • Level 1 (x1): Manual control, normal speed
  • Level 2 (x2): Slightly faster
  • Level 3 (x5): Fast strategy
  • Level 4 (x10): Very fast simulation
  • Level 5 (x100): Hyper-speed god view

Philosophy:

  • Slow time = Detailed control
  • Fast time = Big picture view
  • Balance control vs automation

Implemented Features ✅

Time Speed Control (Hotkeys 1-5):

  • 1 = x1 (normal, full control)
  • 2 = x2 (faster)
  • 3 = x5 (fast)
  • 4 = x10 (very fast)
  • 5 = x100 (hyper-speed!)
  • Phaser timeScale capped at x5 for physics stability
  • Visual feedback: Yellow camera flash

Pause System (SPACE):

  • Toggle pause/resume
  • Scene.pause() / Scene.resume()
  • Overrides default SPACE behavior
  • Strategic planning mode

UI Integration:

  • Current speed indicator in HUD
  • Pause state displayed
  • Time scale affects all game systems

Planned Features (Automation)

Automation Levels:

  • Level 0: Full manual control
  • Level 1-2: Bot assists with node placement
  • Level 3-4: Bot plays, you guide strategy
  • Level 5: Full automation, you observe

History/Rewind (Planned):

  • Save game state snapshots
  • R key - rewind last 10 seconds
  • Scrub through timeline
  • Learn from mistakes

Benefits

For Players:

  • ✅ Experiment with different speeds
  • ✅ Fast-forward boring parts
  • ✅ Slow-mo for precision
  • ✅ See patterns emerge at high speed

For Marketing:

  • ✅ "Control time itself" pitch
  • ✅ Unique mechanic (rare in games)
  • ✅ Conway's Life vibes for intellectuals
  • ✅ Side-by-side speed comparison trailers

🎬 Concept Comparison

AspectConcept 1: FractalConcept 2: AscensionConcept 3: Temporal
Core MechanicZoom levelsUnlock abilitiesTime speed
InspirationSpore stagesPopulous powersConway's Life
Player AgencyStrategic zoomTactical abilitiesTime control
Wow FactorCollapse animationDivine powersSpeed variation
ComplexityMediumHigh (ability combos)Low (simple keys)
Implementation✅ Ready✅ Ready✅ Ready
Marketing Hook"Zoom from atom to galaxy""From follower to god""Control time itself"

🎯 Implementation Recommendations

Variant A: "Quick MVP"

Just Classic Mode - 2 weeks:

  • Focus on perfecting base gameplay
  • Show that foundation is solid
  • Save Multi-Scale for later

Variant B: "Maximum Impact"

Concept 1 (Fractal) - NANO→MICRO in 4 weeks:

  • Most visual wow-factor
  • Clear for trailers
  • Spore fans will love it
  • Already Implemented!

Variant C: "Golden Middle"

All 4 Modes (MVP versions) - 12 weeks:

  • Classic (baseline)
  • Fractal (wow-factor)
  • Ascension (progression)
  • Temporal (unique mechanic)
  • Current Status!

📊 Success Metrics

For Players

Questions to ask:
  • Which mode did you play most?
  • Which felt most innovative?
  • Would you pay for full version?
  • Which should we develop further?

For Virality

Metrics to track:
  • Twitter clips sharing (which mode?)
  • Streamer reactions (which wow moment?)
  • Reddit discussions (which concept?)
  • Press coverage angle (which hook?)

🎮 Why These Three Games?

Spore → Scaling Abstraction

Cell Stage:
  • Control: One cell
  • View: Microscopic
  • Goal: Eat, grow

↓ EVOLVE ↓

Space Stage:
  • Control: Civilization
  • View: Galactic
  • Goal: Colonize galaxy

SAME GAME. DIFFERENT SCALE.

LINX copies this: NANO gameplay → MEGA gameplay

Populous → Divine Powers

Start: You're weak god
  • 5 followers
  • Can barely shape terrain
  • Enemies dominate

↓ GAIN POWER ↓

End: You're mighty god
  • 500 followers
  • Earthquake, flood, volcano
  • World trembles at your command

POWER PROGRESSION.

LINX copies this: Unlock abilities based on score

Conway's Life → Emergence

Setup: Place random cells
Run: Click "play"
Watch: Patterns emerge!
  • Gliders move
  • Oscillators pulse
  • Chaos becomes order

NO DIRECT CONTROL.
EMERGENT COMPLEXITY.

LINX copies this: High speed → watch patterns form


💡 Synergy of Three Games

SPORE framework:
  └─ Scale transitions (NANO→MEGA)

      ├─ POPULOUS mechanics:
      │   └─ Divine powers (abilities)

      └─ CONWAY'S philosophy:
          └─ Emergent patterns (automation)

Result: Graph-based god game with multi-scale evolution and emergent gameplay


🎨 Visual Identity Per Concept

Fractal Mode:

  • Emphasis on zoom/pan camera
  • Scale indicators prominent
  • Collapse animation key moment

Ascension Mode:

  • Ability icons/cooldowns prominent
  • Tier progression visual
  • Divine power effects (flashes, particles)

Temporal Mode:

  • Speed indicator always visible
  • Time control hints
  • Motion blur at high speeds (future)

🚀 Current Status Summary

╔════════════════════════════════════════════════════╗
║                                                    ║
║  ALL 3 CONCEPTS IMPLEMENTED AS MVP! ✅            ║
║                                                    ║
║  Fractal:   SuperNodes + zoom interaction         ║
║  Ascension: Clone + Slow-Mo abilities             ║
║  Temporal:  Time control (x1-x100)                ║
║                                                    ║
║  Status: Playable proof-of-concepts               ║
║  Next: Polish based on feedback                   ║
║                                                    ║
╚════════════════════════════════════════════════════╝

📚 Documentation Structure

This document provides conceptual overview. For implementation details, see:


🎯 Final Word

Three concepts. One goal: Prove Multi-Scale Gameplay works.

Each concept explores different dimension:

  • Fractal - Space scale
  • Ascension - Power scale
  • Temporal - Time scale

All three implemented as playable MVPs in LINX.

Choose your scale. Choose your destiny. 🌊


Last Updated: October 2025
Status: All 3 concepts playable
Framework: CASCADA
Inspiration: Spore + Populous + Conway's Life

MIT Licensed