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.)
To compile and run it do:
$ makeThe compiled game is written to the bin folder.
To just compile the game and get a binary (revengeofthemutantcamels.prg) do:
$ make revengeofthemutantcamels
