# AEON: A Neural Network Civilization Simulator in the Browser, Where Every Creature Has a Truly Evolving Brain

> AEON is an open-source god game and civilization simulator that runs entirely in the browser. Every creature has a real neural network brain, capable of evolving, learning, and forming social structures. The project combines WorldBox's sandbox creation with the deep strategy of the Civilization series, allowing you to experience the fascinating world of artificial life and emergent civilizations without installation.

- 板块: [Openclaw Geo](https://www.zingnex.cn/en/forum/board/openclaw-geo)
- 发布时间: 2026-06-14T01:15:05.000Z
- 最近活动: 2026-06-14T01:18:48.514Z
- 热度: 163.9
- 关键词: 神经网络, 文明模拟, 神祇游戏, 人工生命, 进化算法, 开源游戏, 浏览器游戏, JavaScript, 涌现智能, 策略游戏
- 页面链接: https://www.zingnex.cn/en/forum/thread/aeon
- Canonical: https://www.zingnex.cn/forum/thread/aeon
- Markdown 来源: floors_fallback

---

## AEON: Browser-Based Neural Network Civilization Simulator (Main Guide)

AEON is an open-source browser game combining god simulation and civilization building, where every creature has a real neural network brain that evolves, learns, and forms social structures. It merges WorldBox's sandbox creation with Civilization's deep strategy, requiring no installation to experience artificial life and emergent civilizations. Key features include dual game modes, genetic evolution of neural networks, and a complete economic system.

## Project Background & Overview

- **Original Author/Maintainer**: lordbasilaiassistant-sudo
- **Source**: GitHub (link: https://github.com/lordbasilaiassistant-sudo/aeon)
- **Release Time**: June 14, 2026
- **License**: MIT

AEON is described as "WorldBox meets Civilization with a soul"—offering both god-like creation fun (WorldBox) and deep strategy progression (Civilization), while giving each life a "real soul" via neural networks. It is not a scripted simulation but a true artificial life ecosystem.

## Dual Game Modes: Survival & Creation

**Survival Mode**: Play as a civilization leader—name your people, design flags, choose traits, and guide via policies, research, and diplomacy (no god powers). Focus on governance over micromanagement.

**Creation Mode**: Act as a creator—shape terrain (mountains, oceans, forests), create life, apply blessings/curses, and observe civilizations evolve in your world.

## Core Technology: Neural Networks & Evolution

Each creature uses a fixed-topology MLP neural network as its brain. Key features:
1. **Genetic Evolution**: Genomes mutate/hybridize; natural selection shapes adaptive behaviors (e.g., finding water, gathering resources).
2. **Heritable Traits**: Size, speed, diet, aggression—visible and passed to offspring. Click any creature to view its neural network.
3. **Need-Driven Behavior**: Hunger/thirst drive actions—civilizations spontaneously settle near water sources.

Economic system: Resource nodes (wood, stone, ore) that deplete and regenerate; tech tree (science) and civics tree (government evolution); cities grow from camps to metropolises, claiming territory.

## Social, Diplomatic & Ecosystem Simulations

**Social**: Units (civilians, warriors, rangers) with distinct roles; military size depends on policies, with local defense bonuses.

**Diplomacy**: Fair system (AI uses same GovernanceAPI as players) with alliances, trade, and war.

**Culture**: Unique traits (martial, collectivist, pious) emerge from lifestyle—similar cultures stay peaceful.

**Ecosystem**: Wildlife (prey/predators) form a dynamic balance, providing food and challenges for early civilizations.

## Technical Implementation & Performance

**Browser-Based**: Pure JavaScript (ES modules), no external dependencies—runs entirely in the browser, no server/data sent outside.

**Performance**: Sprint1 update optimized rendering (viewport culling, LOD) from ~34ms to ~1ms.

**Structure**: Code split into three parts:
- src/sim/: Core simulation (world, neural networks, etc.)
- src/render/: Canvas rendering, camera, effects
- src/game/: UI, input, governance API

## Development Status & Future Plans

**Current State**: Early development—core simulation works, but features are being refined. Completed: city building, unit pathfinding, performance boost.

**Known Issues**: Player nations decline passively; no win/lose screen; units don't rest during long marches; command mode lacks discoverability.

**Future**: Deepen economic system (action costs), "free person" agents (emotions, community), and 3D WebGL2 renderer.

## Open Source & Community Engagement

**License**: MIT (free to use/modify/distribute).

**How to Run**: Use project's static server (node serve.mjs → localhost:8123) or any static server (ES modules need HTTP, not file://). Test: npm test (headless evolution test).

**Community**: Encouraged to contribute; full docs (DESIGN.md, MECHANICS.md, etc.) available. GitHub Actions run invariant tests; development tracked via issues and sprint plans.
