Skip to content

Latest commit

 

History

History
 
 

robbo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Robbo

Robbo

This directory contains the source code of the 8-bit Atari game Robbo, created by Janusz Pelc in 1989 and published by LK Avalon.

Source files

Original program:

Levels in txt format can be compiled by level-parser.go. Original ASM files can't be browsed in Github, because of the untranslated ATASCII characters:

MADS files linking all the objects and producing executables:

Levels

For the levels, I introduced a custom text format, visually similar to ATASCII. It can be compiled with level-parser.go, original ASM files are available too and can be compiled with MADS. Replacing ATASCII characters in dta c'' with dta b() is not practical, as it'd make the design unreadable,