1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/game_of_life
2020-05-29 09:45:20 +03:00
..
modules/automaton examples: fix compilation of game_of_life due to type mismatch 2020-05-29 09:45:20 +03:00
demo.gif bring back examples 2019-06-29 12:34:32 +02:00
life_gg.v examples: fix const name warnings due to gx.White, etc... 2020-05-22 20:00:46 +03:00
life.v examples/game_of_life: add a GUI frontend; compiler: local modules relative to a main module 2019-11-23 16:33:25 +03:00
README.md bring back examples 2019-06-29 12:34:32 +02:00

Conway's Game of Life

v run life.v

Created by fuyutarow: https://github.com/fuyutarow/Conways-Game-of-Life-with-Vlang