/game-of-life

Vue 3 implementation of Conway's Game of Life, with a twist

Primary LanguageVueMIT LicenseMIT

Game of Life

Vue 3 implementation of Conway's Game of Life. Play with it here.

Showcase

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Technologies

Project built with:

Project Setup and Run

npm install
npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint and Prettier

npm run lint