1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/game_of_life/README.md
2019-06-24 15:02:53 +02:00

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 main.v
```
Created by fuyutarow: https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang