8000 GitHub - sonicoder86/game-of-life: Vue 3 implementation of Conway's Game of Life, with a twist
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sonicoder86/game-of-life

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

0