- .NET 10 console app with Spectre.Console and Loreline integration - Black Box Sim architecture (simulation separated from presentation) - Progressive CLI rendering (9 phases from basic to full layout) - 25+ box definitions with weighted loot tables - 100+ item definitions (meta, cosmetics, materials, adventure tokens) - 9 Loreline adventures (Space, Medieval, Pirate, etc.) - Bilingual content (EN/FR) - Save/load system - Game Design Document
43 lines
374 B
Text
43 lines
374 B
Text
## .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.vs/
|
|
*.dll
|
|
*.pdb
|
|
*.exe
|
|
|
|
## NuGet
|
|
**/[Pp]ackages/*
|
|
!**/[Pp]ackages/build/
|
|
*.nupkg
|
|
**/[Pp]roject.lock.json
|
|
project.assets.json
|
|
|
|
## Keep Loreline DLL
|
|
!lib/Loreline.dll
|
|
|
|
## Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
|
|
## Saves
|
|
saves/
|
|
|
|
## IDE
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
.vscode/
|
|
|
|
## OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
## Claude
|
|
.claude/
|