game-lattice
Engine-agnostic, data-driven RPG framework: C# engine, JSON soul
파일 탐색기
- ci.yml
- release.yml
- settings.json
- activities.json
- boss.json
- btrees.json
- conditions.json
- fsmbrains.json
- goap.json
- herd.json
- htn.json
- metasensors.json
- needs.json
- profiles.json
- schedules.json
- utilities.json
- guard-tree.json
- innkeeper.yarn
- patron.yarn
- dungeon.json
- npcs.json
- player.json
- soldiers.json
- wolf.json
- items.json
- lifecycle.json
- loot.json
- navgrid.json
- objects.json
- quests.json
- README.md
- scenes.json
- shops.json
- slots.json
- stats.json
- statuses.json
- world.json
- architecture.md
- llm-guide.md
- manifest.md
- releasing.md
- cover-1920x1080.png
- cover-1920x1080.svg
- thumbnail-600x300.png
- thumbnail.svg
- Lattice.Bundle.csproj
- README.md
- package.json
- README.md
- 00-overview.md
- 01-foundation.md
- 02-rpg-systems.md
- 03-narrative.md
- 04-ai-suite.md
- 05-world-simulation.md
- 06-llm-modding.md
- 07-demos-and-polish.md
- 08-content-editor.md
- fear-goap-case-study.md
- fsm-theory-and-implementation.md
- half-life-ai-fsm.md
- horizon-zero-dawn-ai-case-study.md
- 00-index.md
- ch01-foundations.md
- ch02-fsm.md
- ch03-goap.md
- ch04-htn-and-hierarchies.md
- ch05-supporting-systems.md
- ch06-ultimate-system.md
- ch07-debugging.md
- overview.md
- game-lattice-concept.md
- Lattice.Demo.csproj
- Program.cs
- activity.schema.json
- agent.schema.json
- btree.schema.json
- collective.schema.json
- conditions.schema.json
- costprofile.schema.json
- dayphases.schema.json
- dialogue.schema.json
- entity.schema.json
- fsmbrain.schema.json
- goapaction.schema.json
- goapgoal.schema.json
- group.schema.json
- htncompound.schema.json
- item.schema.json
- lattice.schema.json
- lifecycle.schema.json
- loot.schema.json
- metasensor.schema.json
- navgrid.schema.json
- navprofile.schema.json
- need.schema.json
- quest.schema.json
- role.schema.json
- schedule.schema.json
- season.schema.json
- shop.schema.json
- slot.schema.json
- smartobject.schema.json
- stat.schema.json
- status.schema.json
- time.schema.json
- utility.schema.json
- weather.schema.json
- Build-GodotAddon.ps1
- Build-Studio.ps1
- Build-UnityPackage.ps1
- AgentComponent.cs
- BehaviorTreeBrain.cs
- DataFsmBrain.cs
- ScheduleBrain.cs
- AiDefs.cs
- BtDefs.cs
- GoapDefs.cs
- GroupDefs.cs
- HtnDefs.cs
- UtilityDefs.cs
- Fsm.cs
- ExecutionLayer.cs
- GoapBrain.cs
- GoapPlanner.cs
- HtnBrain.cs
- HtnPlanner.cs
- PlanRunner.cs
- GroupRuntime.cs
- MetaSensorTracker.cs
- ConditionSet.cs
- Sensors.cs
- WorldState.cs
- BuiltinTasks.cs
- TaskRegistry.cs
- UtilitySystem.cs
- AiContentValidator.cs
- AiRuntime.cs
- Lattice.Ai.csproj
- BlueprintResolver.cs
- BuiltinDefs.cs
- ContentLoader.cs
- Def.cs
- DefRegistry.cs
- DefTypeRegistry.cs
- HotReloadManager.cs
- IContentValidator.cs
- JsonValueHelper.cs
- PrimitiveDocAttribute.cs
- SchemaAttributes.cs
- EventBus.cs
- BlackboardFormulaContext.cs
- IFormulaEngine.cs
- NCalcFormulaEngine.cs
- ConsoleLogger.cs
- DirectoryContentSource.cs
- PermissivePhysicsQueryService.cs
- StandaloneHost.cs
- StraightLineNavigationService.cs
- TimedStubAnimationService.cs
- HostServices.cs
- IAnimationService.cs
- IContentSource.cs
- ILatticeHost.cs
- ILatticeLogger.cs
- INavigationService.cs
- IPhysicsQueryService.cs
- SaveManager.cs
- Blackboard.cs
- GameSession.cs
- LatticeRandom.cs
- World.cs
- Lattice.Core.csproj
- Lattice.Meta.csproj
- NarrativeDefs.cs
- BlackboardVariableStorage.cs
- YarnScriptManager.cs
- DialogueRunner.cs
- InteractionService.cs
- Lattice.Narrative.csproj
- NarrativeContentValidator.cs
- NarrativeRuntime.cs
- NarrativeSaveSection.cs
- QuestService.cs
- ConditionRegistry.cs
- ItemDef.cs
- LootTableDef.cs
- StatDef.cs
- StatusEffectDef.cs
- BuiltinEffects.cs
- EffectRegistry.cs
- Inventory.cs
- LootResolver.cs
- StatSheet.cs
- StatusEffects.cs
- TradeService.cs
- BindingService.cs
- Lattice.Rpg.csproj
- RpgContentValidator.cs
- RpgRuntime.cs
- RpgSaveSection.cs
- api.ts
- App.tsx
- Editor.tsx
- graph.ts
- GraphView.tsx
- main.tsx
- NewDefDialog.tsx
- RefPicker.tsx
- styles.css
- UnionField.tsx
- index.html
- package-lock.json
- package.json
- tsconfig.json
- vite.config.ts
- ContentDocument.cs
- Lattice.Studio.csproj
- LiveSession.cs
- Program.cs
- StudioContentService.cs
- StudioSession.cs
- ContentValidation.cs
- Lattice.Tooling.csproj
- ManifestGenerator.cs
- Program.cs
- SchemaGenerator.cs
- ToolingContext.cs
- XmlDocs.cs
- WorldDefs.cs
- GridNavigationService.cs
- Lattice.World.csproj
- WorldContentValidator.cs
- WorldRuntime.cs
- Directory.Build.props
- AiTestHost.cs
- AiValidationTests.cs
- BehaviorTreeTests.cs
- ConditionSetTests.cs
- FsmBrainTests.cs
- FsmTests.cs
- GoapBrainTests.cs
- GoapPlannerTests.cs
- HerdTests.cs
- HtnTests.cs
- Lattice.Ai.Tests.csproj
- LlmWorkflowTests.cs
- M5IntegrationTests.cs
- MetaSensorTests.cs
- ScheduleBrainTests.cs
- SensorTests.cs
- TavernPatronTests.cs
- UtilityTests.cs
- ContentLoaderTests.cs
- HotReloadTests.cs
- EventBusTests.cs
- NCalcFormulaEngineTests.cs
- DirectoryContentSourceTests.cs
- StraightLineNavigationServiceTests.cs
- TimedStubAnimationServiceTests.cs
- SaveManagerTests.cs
- BlackboardTests.cs
- GameSessionTests.cs
- LatticeRandomTests.cs
- BlueprintTests.cs
- Lattice.Core.Tests.csproj
- PackTests.cs
- TestHost.cs
- tavern-transcript.txt
- DemoSceneHost.cs
- DungeonDemoTests.cs
- Lattice.Demos.Tests.csproj
- QuestGiverDemoTests.cs
- TavernDemoTests.cs
- AcceptanceQuestFlowTests.cs
- DialogueTreeTests.cs
- InteractionTests.cs
- Lattice.Narrative.Tests.csproj
- NarrativeTestHost.cs
- NarrativeValidationTests.cs
- QuestTests.cs
- YarnDialogueTests.cs
- AcceptanceScenarioTests.cs
- BindingTests.cs
- InventoryAndTradeTests.cs
- Lattice.Rpg.Tests.csproj
- LootTests.cs
- RpgPersistenceTests.cs
- RpgTestHost.cs
- RpgValidationTests.cs
- StatSheetTests.cs
- StatusEffectTests.cs
- GridNavigationTests.cs
- Lattice.World.Tests.csproj
- WeatherSeasonTests.cs
- WorldClockTests.cs
- WorldTestHost.cs
- .gitignore
- CHANGELOG.md
- Directory.Build.props
- game-lattice.slnx
- LICENSE
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
