Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 820 Bytes

interactive Game of Life (iGoL)

Work in progress.

Interactive Game of Life board. Turn cells on or off with a click/drag of the mouse, and see how life evolves.

The interactivity is provided by a HTML canvas within a Vue app.

Early screenshot of basic functionality (the gif is missing some frames, so it looks a little jumpy): gif of game of life

Feel free to make suggestions/contribute.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.