Trinitek / Ricochet

A Breakout-like game for MS-DOS and MikeOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Breakout-like game for MS-DOS and MikeOS


Languages

Language:Assembly 100.0%