Skip to content

A C#, WPF and MVVM implementation of Conway's Game of Life algorithm.

License

Notifications You must be signed in to change notification settings

rsingh85/conways-game-of-life

Repository files navigation

Conway's Game of Life

A C# with WPF implementation of the famous Conway's Game of Life algorithm. Associated blog post can be found here.

What is Conway's Game of Life?

Please see my associated blog post or the Wikipedia article.

What is this implementation built with?

This implementation is built using .NET Framework version 4.5.2, C# and Windows Presentation Foundation. I used Visual Studio 2015 Community Edition.

Why?

I was inspired by Lea Verou's play-by-play Pluralsight video on implementing Conway's Game of Life in JavaScript (with HTML/CSS) and thought it would be a fun exercise in C# and WPF.

Screenshots

Conway's Game of Life - simple L seed evolution.

About

A C#, WPF and MVVM implementation of Conway's Game of Life algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages