Add SparkGameOpenWorld: fully fledged open world game template#352
Merged
Add SparkGameOpenWorld: fully fledged open world game template#352
Conversation
New game module with 8 subsystems showcasing SparkEngine's open-world capabilities: - World: 8 biome regions (grasslands, forest, mountains, desert, tundra, swamp, coast, volcanic) with seamless streaming and origin rebasing - Player: survival mechanics (health, stamina, hunger, thirst, temperature), fast travel, compass - Exploration: 28 points of interest across all biomes, discovery/fog system, viewpoints, secrets, XP rewards - Wildlife: 12 animal species with herd behavior, predator-prey ecology, and horse/deer taming - Settlements: 8 NPC settlements with 30+ named NPCs (merchants, guards, elders), plus player camp building with 5 upgrade tiers - Gathering: 30 resource nodes across 8 biomes, 20 crafting recipes in 6 categories (tools, weapons, armor, consumables, building, alchemy) - Events: 8 dynamic world event types (bandit raids, stampedes, caravans, storms, dragon sightings) with cooldowns and participation tracking - Engine: full integration with save, AI (5 behavior trees), cinematic (2 sequences), weather, time-of-day, music (9 tracks), and event bus 30+ console commands for testing all systems. Builds clean, all tests pass. https://claude.ai/code/session_0112wbRLE6xVGPtYvBPi5LXq
Contributor
Code Coverage (GCC + lcov) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New game module with 8 subsystems showcasing SparkEngine's open-world capabilities:
30+ console commands for testing all systems. Builds clean, all tests pass.
https://claude.ai/code/session_0112wbRLE6xVGPtYvBPi5LXq