Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliaks-ei/teeter-totter
Teeter Totter game implementation with Vue.js / Javascript
https://github.com/aliaks-ei/teeter-totter
bulma css editorconfig eslint games html sass teeter-totter vue vue-cli vuex
Last synced: 25 days ago
JSON representation
Teeter Totter game implementation with Vue.js / Javascript
- Host: GitHub
- URL: https://github.com/aliaks-ei/teeter-totter
- Owner: aliaks-ei
- Created: 2019-12-02T13:56:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T14:57:12.000Z (over 1 year ago)
- Last Synced: 2023-08-25T19:11:14.402Z (over 1 year ago)
- Topics: bulma, css, editorconfig, eslint, games, html, sass, teeter-totter, vue, vue-cli, vuex
- Language: Vue
- Homepage:
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teeter-totter game
[![](https://github.com/alexmozheyko/teeter-totter/workflows/Lint%20JS/badge.svg)](https://github.com/aliaks-ei/teeter-totter/actions?query=workflow%3A%22Lint+JS%22)
[![](https://github.com/alexmozheyko/teeter-totter/workflows/EditorConfig/badge.svg)](https://github.com/aliaks-ei/teeter-totter/actions?query=workflow%3AEditorConfig)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
```