Skip to content

escodebar/life

Repository files navigation

Life

... 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

Development setup

  1. Install dependencies
yarn
  1. Start dev server
yarn dev
  1. Visit localhost:8080

  2. Edit any file, the server will perform a hot reload.

About

The game of life implemented in Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published