mirror of
https://github.com/Nighthawk42/YodaStoriesNG.git
synced 2026-08-30 09:02:26 +00:00
- 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>
31 lines
271 B
Plaintext
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
|