My clone of Arkanoid for Atari XL/XE written in CC65.
$ 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)
$ make$ make run