Skip to content

ms0g/doslife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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