Psymandl
Psychedelic Mandelbrot on MS-DOS
Install / Use
/learn @xms0g/PsymandlREADME
psymandl
Psychedelic Mandelbrot on PC DOS/MS-DOS.
You can download the EXE file from itch.io.
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.
