Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```