Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.24 KB

Metagalactic Llamas: Battle at the Edge of Time by Jeff Minter

This is the disassembled and commented source code for the 1984 Commodore Vic 20 game Metgalactic Llamas: Battle at the Edge of Time by Jeff Minter.

A version of the game you can play in your browser can be found here. (Use the arrow keys and ctrl to manipulate the display, or use a gamepad if you have one plugged in. See the manual below for more.)

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 (metallama.prg) do:

$ make metallama