game-of-life
rad:z4W9fvoHafjYxPX3XpZUfnCCZFhH2
Visibility
public
Delegates
did:key:z6MksHQ4MTG3o6sqoEuaozA58MJpPZqeLQBc9e1EgQmLzHh1
Default branch
main → fa23a61d30d46639399b6e97e6d645be0083706c (Sun Apr 2 20:04:50 2023)
Threshold
1
README.md
# Conway's Game of Life

https://user-images.githubusercontent.com/32915560/228449635-b14bf703-d02f-408d-b022-ab278ec6f78e.mov

This is just a simple implementation of conway's game of life written in Rust+WGPU.

This is NOT a good implementation: it's resource heavy, the code is not at all organized and it's not good overall. The
reason for this is that this project became my little playground to test stuff. Feel free to read, run and update with it
in mind. Hope you like it <3.

# Controls:

- LMB -> add cell (only work on "pause");
- RMB -> remove cell (only work on "pause");
- R -> clear all cells;
- S -> start game;
- P -> pause;