You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Pre-Finished) Development of the Breakout game in machine code (Assembly) for the 6507 (set 6502), Compatible with Atari VCS (2600) architecture and executable on any Atari 2600 emulator. Compiled by DASM (https://github.com/Julio-Rats/dasm). The .bin file is the compiled game, and it runs on any Atari 2600 emulator.
This was the first game I made for the Atari 2600, so it was a learning experience. I need to review the code and apply improvements and optimizations, which I plan to acquire over time after this implementation.
About
(Pre-Finished) Development of the Breakout game in machine code (Assembly) for the 6507 (set 6502), Compatible with Atari VCS (2600) architecture and executable on any Atari 2600 emulator. Compiled by DASM (https://github.com/Julio-Rats/dasm). The .bin file is the compiled game, and it runs on any Atari 2600 emulator.