/AOTMC89

Konix Multisystem - Attack Of The Mutant Camels '89 V0.4 - Source Code

Primary LanguageAssembly

Attack of the Mutant Camels (1989) by Jeff Minter

This is the [source code] for the 1989 work-in-progress of Attack of the Mutant Camels for the Konix Multisystem by Jeff Minter.

The code is released with the kind permission of its original author - Jeff Minter

Current Status

The game compiles and plays. Interesting findings, some analysis of the game logic and an overview of the code's structure can be found here.

Build Requirements

Build Instructions

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 (aomc.p88) do:

$ make aomc.p88

This repository is forked from https://github.com/SavourySnaX/AOTMC89.