mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
11 lines
219 B
Markdown
11 lines
219 B
Markdown
# 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
|