This is the source code for different versions of Attack of the Mutant Camels by Jeff Minter.
- Playing the Games Online
- Building the C64 Source Code
- Building the Atari-8 bit Source Code
- Building the Konix Source Code
C64: (Ctrl key is 'Fire', Arrow Keys to move.)
Atari800: (Alt key is 'Fire', Arrow Keys to move.)
On Ubuntu you can install VICE as follows:
sudo apt install vice
To compile and run:
$ make
To just compile the game and get a binary (amc.prg
) do:
$ make amc.prg
- Atari800 Emulator - An Atari 400/8000 emulator
- 64tass - An assembler for 6502 source code.
To compile and run:
$ make runatari
To just compile the game and get a binary (aomc.xex
) do:
$ make aomc.xex
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
To compile and run it do:
$ make runkonix
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.