/teeter-totter

Teeter Totter game implementation with Vue.js / Javascript

Primary LanguageVue

Teeter-totter game

Teeter Totter Tower is a game where player attempts to score points against computer by placing colorful shapes on left side of the seesaw.
The seesaw teeters back and forth and too much weight on player's side will cause a topple, which means defeat.

Install dependencies

npm install

Run development server

npm run serve

Build for production

npm run build

Lints and fixes Vue and JS files

npm run lint:js

Verify files according to .editorconfig

npm run editorconfig:check