Commit Graph

3 Commits

Author SHA1 Message Date
Keith Solomon
cf98636a52 Feature: implement post-combat rewards system with XP tracking and creature defeat logging 2026-03-15 14:16:37 -05:00
Keith Solomon
ec0de5b0b8 Feature: add creature lookup functionality and combat state management 2026-03-15 13:35:13 -05:00
Keith Solomon
120e144b3f Feature: add level 1 content including room templates, encounter tables, and room generation logic
- Introduced contentHelpers for table and room template lookups.
- Created level1Rooms.ts with various room templates for level 1.
- Added level1Tables.ts containing encounter tables for animals, martial, dogs, people, fungal, guards, workers, and room types.
- Implemented room generation functions in rooms.ts to create rooms based on templates and tables.
- Added tests for room generation logic in rooms.test.ts to ensure correct functionality.
2026-03-15 12:54:46 -05:00