Files
YodaStoriesNG/.gitignore
T
Ned HellerandClaude Opus 4.5 b8feea2c74 Initial implementation of Yoda Stories NG engine
- SDL2-based rendering with tile atlas
- DTA file parser for tiles, zones, sounds, puzzles
- Correct color palette from goda-stories project
- 658 zones loading and rendering correctly
- Basic game loop with zone navigation (N/P keys)
- HUD with health bar and inventory slots

Still needs: character parsing, IACT scripts, gameplay mechanics

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 16:56:21 -08:00

31 lines
271 B
Plaintext

# Build outputs
bin/
obj/
*.dll
*.exe
*.pdb
# IDE
.vs/
.vscode/
*.user
*.suo
# Original game files (not part of the project)
Yoda/
MAGIC/
Themes/
AUTORUN.INF
Yodaplay.exe
setup.exe
# Temporary scripts
*.ps1
# Claude workspace
.claude/
# OS files
Thumbs.db
.DS_Store