C64 BASIC Dungeon Crawler: Goblin Attack! (C64 BASIC Part 8)
Summary
Part 8 adds goblin enemies with tracking and a basic AI, plus a D20-based combat system, turning the game into a playable dungeon crawler. It also dives into a memory bug caused by a too-large character set and shows how to relocate the charset and adjust BASIC memory boundaries to prevent overwrites, with practical code examples.