SMRTR TechJul 19, 2026Hacker News

C64 Basic Dungeon Crawler: Goblin Attack (C64 Basic Part 8)

SMRTR summary

Goblins now chase the player using directional logic, combat uses a d20 roll with a strength modifier, and controls are remappable. A critical memory bug was also fixed, expanding goblin arrays silently overwrote the custom character set, corrupting on-screen text.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Tech

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Tech
TechAug 6, 2026

How to Make a Nintendo 64 Game

Xibalba 64 is a Wolfenstein-style N64 shooter built with C and Libdragon, running at 60 FPS despite only 4KB of texture memory. It became only the second new physical N64 game...

TechFeb 22, 2026

Spritework on the Commodore 64

This guide teaches Commodore 64 sprite programming using the VIC-II chip, which manages 8 sprites through shape data, memory pointers, and configuration registers. Advanced raster...

TechJun 14, 2025

Revisiting an Old C64 Project

The programmer upgraded their C64 "Lights-Out" game with improved puzzle generation, a graphical logo, and split-screen display using raster interrupts, enhancing visual quality...