Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 785 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 785 Bytes

More-GOL

More-Game Of Life, made using C++ and SFML

Demo : https://youtu.be/VldLoQzzsVE

If you want to open this in Visual Studio, follow these steps :

  1. Download SFML for Visual Studio 2017 (32 Bit), SFML C++15 Visual Studio 2017 32 Bit : https://www.sfml-dev.org/files/SFML-2.5.1-windows-vc15-32-bit.zip.
  2. Extract the zip file and rename the extracted folder as SFML.
  3. Make a directory named "Dependencies" (Case sensitive) inside the More-GOL directory where all other directories are present.
  4. Copy the renamed SFML folder and paste it inside the Dependencies directory.
  5. Copy the contents of bin folder inside SFML folder and paste it inside the More-GOL directory where all other directories are present.
  6. You are done, open the solution file and run the Project.