Skip to content

A simple implementation of Conway's Game of Life in C#. Uses SFML via my PixelWindow system for easy per-pixel rendering.

License

Notifications You must be signed in to change notification settings

Jallenbah/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Game of Life

A simple implementation of Conway's Game of Life in C#. Uses SFML via my PixelWindow system for easy per-pixel rendering.

image

To run, simply clone the repo and run the solution in VS 2022. There should be no additional steps if you have the required VS components for C# development and have your VS set up to automatically fetch Nuget dependencies (needed for SFML)

About

A simple implementation of Conway's Game of Life in C#. Uses SFML via my PixelWindow system for easy per-pixel rendering.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages