Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.83 KB

Batalyx by Jeff Minter

This is the disassembled and commented source code for the 1986 Commodore 64 game Batalyx by Jeff Minter.

You can play Batalyx in your browser at https://batalyx.xyz. (Ctrl key is 'Fire', Arrow Keys to move.)

Current Status

The game compiles and plays. Character set and sprite data has been separated out and commented. Because there is so much character and sprite data, and because Batalyx contains two sub games, it was necessary to use a compressor ([Exomizser]) to produce the final binary.

Labelling the game logic is still in progress.

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

$ make batalyx.prg

Batalyx's Side Projects

During the development of Batalyx Jeff Minter released a number of demos to friends on Compunet. These are collected in the demos folder. They are:

  • Syncro, a demo by Jeff Minter demonstrating an early concept for the Syncro subgame.
  • Syncro II, another demo by Jeff Minter containing the final Syncro II mini game.