/doslife

Conway's Game of Life on DOS

Primary LanguageC++MIT LicenseMIT

doslife

16-bit real mode implementation of Conway's Game of Life.

doslife

Prerequisites

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

Building

Using MAKE and TCC

C:\>MAKE.EXE

or

C:\>TCC.EXE -c -oGRAPHICS.OBJ SRC/GRAPHICS.CPP
C:\>TCC.EXE SRC/MAIN.CPP GRAPHICS.OBJ

Using IDE

Move DOSLIFE.PRJ into SRC folder and open TC.EXE

tc

Run

C:\>MAIN.EXE