Skip to content

xms0g/psymandl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psymandl

Psychedelic Mandelbrot on PC DOS/MS-DOS. You can download the EXE file from itch.io.

image

Prerequisites

  • Turbo C++ (TCC.EXE) version 3.0 or later
  • Turbo Assembler (TASM.EXE) version 4.1 or later
  • Turbo Linker (TLINK.EXE) version 5.0 or later
  • DOSBox emulator or a real MS-DOS-compatible computer

Building

C:\>MAKE.EXE

or

C:\>TASM /ml VGA.ASM
C:\>TASM /ml IO.ASM
C:\>TCC.EXE -oKEYBRD.OBJ -c KEYBRD.C
C:\>TCC.EXE PSYMANDL.C VGA.OBJ IO.OBJ KEYBRD.OBJ

Run

C:\>PSYMANDL.EXE

License

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