mwenge / returnofthemutantcamels

Return of the Mutant Camels (1987) by Jeff Minter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return of the Mutant Camels (1987) by Jeff Minter

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

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

$ make romc

About

Return of the Mutant Camels (1987) by Jeff Minter


Languages

Language:Assembly 99.9%Language:Makefile 0.1%