Class game of 2048 made in svelte along with animations You can see the site is live at https://romantic-panini-e3d9c7.netlify.app/.
Install the dependencies...
git clone https://github.com/LazyCoder16/2048-svelte.git
cd 2048-svelte
npm install
...then start Rollup:
npm run dev