This is the disassembled and commented source code for the 1984 Commodore 64 game Return of the Mutant Camels 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.)
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 (romc.prg
) do:
$ make romc