Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

Revenge of the Mutant Camels (1984) by Jeff Minter

This is the disassembled and commented source code for the 1984 Commodore 64 game Revenge of the Mutant Camels by Jeff Minter. It is part of the llamaSource project.

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

$ make revengeofthemutantcamels