Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 501 Bytes

Ricochet

A Breakout-like game for MS-DOS and MikeOS

Building Ricochet

This project requires FASM 1.x (http://flatassembler.net).

To assemble, run fasm ricochet.asm -d _target=[target]

Valid values for [target]:

  • target.dos -- build a COM executable for a MS-DOS compatible environment (.com)
  • target.mikeos -- build a MikeOS executable (.bin)

For more information on the MikeOS project, see http://mikeos.sourceforge.net

Screenshots