Conway's Game of Life
- Restructure code
- Fix data race
- Fix argument parsing
- Implement queue for
Simulation
to avoid contention when trying to access object inside it - Add trailing effect (draw previously live cell as dimmer version of currently live)
- Parallelize the state update
- Fix bug: cell randomly become alive appears on the edges
Preview: