Skip to content

janispritzkau/loopover

Repository files navigation

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.

About

Loopover is a single-player sliding tile game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published