loopover
loopover copied to clipboard
Loopover is a single-player sliding tile game.
Loopover
Project structure
src/state/
Contains most of the higher-level game logic, such as the timer, various events, and many other things.
src/game/
Contains the core game code such as move mechanics, canvas rendering and the scramble algorithm.
src/components/
Reuseable Vue components are placed inside here.
src/views/Main.vue
The overall layout and design of the game is defined here.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build