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

11 lines
219 B
Markdown
Raw Permalink Normal View History

2019-06-24 15:58:47 +03:00
# Conway's Game of Life
2019-06-24 16:02:53 +03:00
![](https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang/raw/master/v-gun.gif)
2019-06-24 15:58:47 +03:00
```
v run life.v
2019-06-24 15:58:47 +03:00
```
Created by fuyutarow: https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang