项目作者: swanncastel

项目描述 :
Game of life 2.0 https://swanncastel.github.io/game-of-life/
高级语言: JavaScript
项目地址: git://github.com/swanncastel/game-of-life.git
创建时间: 2019-03-02T17:52:00Z
项目社区:https://github.com/swanncastel/game-of-life

开源协议:

下载


Conway’s game of life

Build Status
codecov

Game of life sandbox to practice Vue3, TDD, Custom Webpack / Babel / Eslint config to understand what VueCli basically does.

TODO

2 modes

Edition :

  • Toggle cell state
  • Import / Export structures

Simulation :

  • Run / Pause / Speed

Scripts

  1. # Install dependencies
  2. npm install
  3. # Run dev server
  4. npm run dev
  5. # Lint files
  6. npm run lint
  7. # Format files
  8. npm run prettier
  9. # Run unit test with jest
  10. npm test
  11. # Compile to production
  12. npm run build