Tarenga

DASH64 PRO

A Geometry Dash demake — one button, nine different meanings.

DASH64 opening screen: block logo over raster bars In play: the cube, spikes, the progress bar and the speed readout The menu: fourteen tracks, records, coins and the progress code

A rhythm game cut down to fit a C64. Fourteen tracks, each with its own tune, and the obstacles sit on the beat — at 150 BPM one beat is exactly ten columns:

What it needs

MachinePAL Commodore 64. Everything is built around the 19,656-cycle PAL frame; NTSC is not supported.
SoundSID 6581 or 8580. The sound leans on pulse-width modulation rather than the filter, and that is the same on every chip.
ControlsJoystick in port 2, or the keyboard.
SizeOne file, 47 KB. After it loads, the drive is never touched again.
VersionPRO v1.4

Download

Disk image (.d64) 171 KB Program (.prg) 46 KB Everything + notes (.zip) 45 KB

The .d64 is a disk image: copy it to an SD card device, or mount it in an emulator. The .prg loads directly. Either way it is LOAD"…",8,1 then RUN. The zip has both, plus the release notes and screenshots.

Progress is nine characters. Press E on the menu to type it, and it carries every coin you have collected. It is a code rather than a disk save because the game might be running from an SD card, a real 1541 or a tape, and KERNAL SAVE fails silently on some of them. A save that disappears without saying so is worse than no save at all.