项目作者: mwenge

项目描述 :
Attack of the Mutant Camels (1983) by Jeff Minter
高级语言: Assembly
项目地址: git://github.com/mwenge/attackofthemutantcamels.git
创建时间: 2021-04-02T14:35:00Z
项目社区:https://github.com/mwenge/attackofthemutantcamels

开源协议:

下载


Attack of the Mutant Camels (1983) by Jeff Minter

This is the source code for different versions of Attack of the Mutant Camels by Jeff Minter.

Playing the Games Online

C64: (Ctrl key is ‘Fire’, Arrow Keys to move.)

Atari800: (Alt key is ‘Fire’, Arrow Keys to move.)

Building the C64 Source Code

Requirements

  • VICE - The most popular C64 emulator
  • 64tass - An assembler for 6502 source code.

Setup

On Ubuntu you can install VICE as follows:

  1. sudo apt install vice

Compiling

To compile and run:

  1. $ make

To just compile the game and get a binary (amc.prg) do:

  1. $ make amc.prg

Building the Atari-8 bit Source Code

Requirements

Compiling

To compile and run:

  1. $ make runatari

To just compile the game and get a binary (aomc.xex) do:

  1. $ make aomc.xex

Building the Konix Source Code

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

Requirements

Compiling

To compile and run it do:

  1. $ make runkonix

The compiled game is written to the bin folder.

To just compile the game and get a binary (aomc.p88) do:

  1. $ make aomc.p88

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