Skip to content

mwenge/mamallama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mama Llama by Jeff Minter

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.)

Current Status

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.

Requirements

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

About

Mama Llama (1985) by Jeff Minter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages