/Conway-s-Game-Of-Life

A implementation of Conway's Game of Life in C++ and SFML

Primary LanguageC++MIT LicenseMIT

Conway's Game Of Life

A implementation of Conway's Game of Life in C++ and SFML.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

The project was created using Visual Studio 2017 Version 15.3.4 using SFML 2.4.2. A build of SFML for visual studio 2017 is available here.

In addition, the project makes use of Visual Leak Detector for memory leak checking. Default install location is "C:/Program Files (x86)".

All that is required of the user before the project will compile is to place the requisite files from SFML into the SFML folder in the project. More information for setting this up is available in the setup.md file.

Built With

  • SFML - The graphics library used

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Mario (SFML Team Member) - For his solution for a simple time step function (Available Here).