ms0g / doslife

Conway's Game of Life on DOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conway's Game of Life on DOS

License:MIT License


Languages

Language:C++ 98.4%Language:Batchfile 1.0%Language:C 0.6%