... in vue-js.
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
See it running on github.io
- Install dependencies
yarn
- Start dev server
yarn dev
-
Visit
localhost:8080
-
Edit any file, the server will perform a hot reload.