2048 game using Vue 3 ?

This is a Vue 3 implementation of the popular sliding block game 2048 written by Gabriele Cirulli under MIT licente.

Demo

https://vue3-2048.netlify.app

Build Setup

# install dependencies
pnpm install

# serve with hot reload
pnpm run dev

# build for production
pnpm run build

Links

GitHub

View Github