mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
13 lines
222 B
Markdown
13 lines
222 B
Markdown
# Conway's Game of Life
|
|
|
|
![](https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang/raw/master/v-gun.gif)
|
|
|
|
|
|
```v
|
|
v run life.v
|
|
```
|
|
|
|
Created by fuyutarow: https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang
|
|
|
|
|