Skip to content

Conway's Game Of Life / powered by blazor wasm

License

Notifications You must be signed in to change notification settings

siarhiej-h/BlazorLife

Repository files navigation

BlazorLife

This is my attempt to build Conway's Game Of Life that works in browser using client-side .NET Blazor technology.

I added a few controls to make it a bit interactive, so except for the grid with cells it has start/stop/reset button, slider for grid density, and a mode selection.

You can add gliders or just new cells by clicking on the grid. When glider mode is selected, you can choose a direction.