Skip to content

adammccartney/golpix

Repository files navigation

golpix

Game of Life in Pixels: an implementation of Conway's Game of Life using vue. Project is minimal enough but works, currently it picks a random color from three for every new living cell per generation. Next generation is generated by clicking the button.

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

Run unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Notes on how to structure a complex vue store:

https://markus.oberlehner.net/blog/how-to-structure-a-complex-vuex-store/