An engine for building goose-themed text adventure games for the C64.
Games are specified in yaml and transpiled to C64 BASIC.
- Clone this repo
- Run
npm install
to fetch dependencies - Run
node zorkify.js
to compile yaml files into .bas files
- Install CMBPRG Studio and Vice
- Open CMBPRG Studio
- Go to Tools / Options / Project, pick a default directory - this is where you'll copy the compiled .bas files
- Tools / Options / Emulator Control, set the path to
C:\...\c64\GTK3VICE-3.3-win32-r35872\x64.exe
or similar. - File / New BASIC project. Type
10 PRINT "honk"
in the window and press F5 - A few second later you should receive a C64 emulation window containing the desired
HONK
output; if not, panic.
Honk!