Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 595 Bytes

Dosbrot - Mandelbrot Set Renderer for PC DOS

Dosbrot is a lightweight Mandelbrot Set renderer for PC DOS systems. For the EXE file, download it from itch.io.

image

Prerequisites

  • Turbo C++ (>= 3.0)
  • Turbo Assembler (>= 4.2)
  • DOSBox or a real DOS computer

Building

C:\>MAKE.EXE

or

C:\>TASM /ml VGA.ASM
C:\>TCC.EXE DOSBROT.C VGA.OBJ

Run

C:\>DOSBROT.EXE

License

This project is licensed under the MIT License. See the LICENSE file for details.