docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
[[No Man's Sky]]
[[No Man's Sky|No Man's Sky]]
📌 Brief Summary
No Man's Sky is a procedurally generated space exploration sandbox game developed by Hello Games, utilizing advanced mathematical algorithms to create a virtually infinite, seamless universe. It employs deterministic noise functions (specifically based on Perlin and Simplex noise) to synthesize planetary terrain, ecosystems, and celestial bodies without the need for manual asset placement. The title is a seminal case study in the application of procedural content generation (PCG) within interactive media.
@@ -10,8 +10,8 @@ No Man's Sky is a procedurally generated space exploration sandbox game develope
* **Evolution of Software Engineering**: The development history of No Man's Sky serves as a significant case study in iterative software deployment. Following its 2016 launch, the developers implemented a continuous integration/continuous deployment (CI/CD) model of content updates, fundamentally altering the game's complexity and feature set through massive-scale algorithmic expansions (e.g., adding multiplayer networking, complex base-building mechanics, and advanced planetary weather systems).
🔗 Knowledge Connections
* Related Topics: [[Procedural Content Generation (PCG)]], [[Deterministic Algorithms]], [[Perlin Noise]], [[L-systems in Biology]]
* Projects/Contexts: [[Hello Games Development Lifecycle]], [[Computational Geometry]], [[Emergent Gameplay Theory]]
* Related Topics: [[Procedural Content Generation (PCG)|Procedural Content Generation (PCG)]], [[Deterministic Algorithms|Deterministic Algorithms]], [[Perlin Noise|Perlin Noise]], [[L-systems in Biology|L-systems in Biology]]
* Projects/Contexts: [[Hello Games Development Lifecycle|Hello Games Development Lifecycle]], [[Computational Geometry|Computational Geometry]], [[Emergent Gameplay Theory|Emergent Gameplay Theory]]
* Contradictions/Notes: There is an ongoing academic debate regarding the "infinite" nature of procedural universes; while mathematically infinite, the functional diversity is constrained by the underlying parameter bounds (the "repetition problem" in PCG).
Last updated: 2026-04-16