blob: 02969ff8141e8dd55732ae5d1d575ca5f61da992 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Conway's Game of Life
![](https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang/raw/master/v-gun.gif)
```
v run life.v
```
Created by fuyutarow: https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang
|