/Game-of-Life

Conway's Game of Life created using Visual C++

Primary LanguageC++

Game-of-Life

Conway's Game of Life created using C++ With very basic UI using the console

Linux Version:

type "make" in console without quotation marks, then you can execute by typing "./main"

Windows Version:

Using Developer Command Prompt for VS 2017, you can compile the code by typing

cl /EHsc main.cpp

and then execute the file by typing

main