Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 811 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 811 Bytes

Loopover

Loopover Game

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

Customize configuration

See Configuration Reference.