Skip to content

jpacanowski/Arkanoid-For-Atari-XL

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages