dorarep / vue-boardgame

Vue.js boardgame example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js BoardGame Example

Game Rules

  • ペンギンとヒヨコは、毎ターン縦横斜めランダムに1マスずつ移動する。
  • プレイヤーとエネミーは、毎ターン樽を好きな場所に1つ落とすことができる。
  • ペンギンとヒヨコは、樽のある位置、フィールド外には移動ができない。
  • ペンギンが移動できなくなったらプレイヤーの勝ち。
  • ヒヨコが移動できなくなったらエネミーの勝ち。

DEMO

img

Build Setup

$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

Materials

Image

Music

  • 大嶋 啓之様

Sound

About

Vue.js boardgame example.


Languages

Language:JavaScript 51.1%Language:Vue 48.9%