Contains most of the higher-level game logic, such as the timer, various events, and many other things.
Contains the core game code such as move mechanics, canvas rendering and the scramble algorithm.
Reuseable Vue components are placed inside here.
The overall layout and design of the game is defined here.
npm install
npm run serve
npm run build