/Arkanoid-For-Atari-XL

A clone of Arkanoid for Atari XL/XE written in CC65

Primary LanguageCGNU General Public License v3.0GPL-3.0

A clone of Arkanoid for Atari XL/XE

My clone of Arkanoid for Atari XL/XE written in CC65.

Setting up the programming environment

$ sudo apt update

(Update the package lists)

$ sudo apt install cc65

(Install the CC65 cross-compiler for 6502 to compile the source code files)

$ sudo apt install atari800

(Install the Atari emulator to run, test and play your favorite game)

Building the game from source code

$ make

Running the game on the Atari emulator

$ make run

License

GPLv3