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
Build Setup
# install dependencies
pnpm install
# serve with hot reload
pnpm run dev
# build for production
pnpm run build