Gradiance is a relaxing puzzle game.
Click on two tiles to swap them. Sort the tiles so that the result is a smooth color gradient.
It can be played on both desktop and mobile devices, though currently runs better on desktops.I was learning Vue 3 and wanted to make something fun in the process. I was playing I Love Hue, and thought it would be a great exercise to make my own version. Coding up this game was a joy!
Gradiance is a play on the word gradient and radiance.
Vue 3, JavaScript, HTML, and CSS.
Clone the repo to your local machine, and follow these steps.
Install the packages.
npm install
To run the game locally:
npm run serve
Done!