Skip to content

mwenge/batalyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Batalyx (1985) by Jeff Minter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages