Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 549 Bytes

Conways game of life written in assembly.

Installation

  1. download dosbox
  2. clone the repository to a local directory

How to run

  1. Copy the path of your ConwaysGameOfLifeAssembly clone
  2. inside dosbox write the following comands:
    1. mount C (Paste the path you copied) for example mount C ~/ConwaysGameOfLifeAssembly
    2. C: (Change drive from Z: to C:)
    3. Cycles = max (Tell the emulator to run at full speed)
    4. comp (This script compiles and links the code)
    5. base (Run the code)