Skip to content

PatrickSchuster/2048-vue

Repository files navigation

2048-vue

My attempt at implementing 2048 in Vue. This is not a bug free implementation. I set myself a time limit of 8 hours and this is how far I made it.

I used Vue 3, its composition API and TS.

Screenshot of the game board

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

2048 implemented in Vue 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published