- download dosbox
- clone the repository to a local directory
- Copy the path of your ConwaysGameOfLifeAssembly clone
- inside dosbox write the following comands:
mount C (Paste the path you copied)for examplemount C ~/ConwaysGameOfLifeAssemblyC:(Change drive from Z: to C:)Cycles = max(Tell the emulator to run at full speed)comp(This script compiles and links the code)base(Run the code)