This is the disassembled and commented source code for the 1985 Commodore 64 game Mama Llama by Jeff Minter.
You can play Mama Llama in your browser at . (Ctrl key is 'Fire', Arrow Keys to move.)
The game compiles and plays. Character set and sprite data has been separated out and commented. Because there is so much character and sprite data, and because Mama Llama contains two sub games, it was necessary to use a compressor (Exomizer) to produce the final binary.
Labelling the game logic is still in progress.
To compile and run it do:
$ make
The compiled game is written to the bin
folder.
To just compile the game and get a binary (mamallama.prg
) do:
$ make mamallama.prg