darosh / gridy-games

Board games web app

Home Page:https://darosh.github.io/gridy-games/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gridy Games

Build Status Maintainability Test Coverage

Board games web app

Demo

https://darosh.github.io/gridy-games/

Goals

Games

  • deterministic
  • abstract
  • two players
  • turn based

Application

  • minimalistic design, game first, from mobile to large presentation electronic whiteboards
  • two players hot seat or kid/casual level single player engine
  • touch based interface (no mouse over)
  • progressive web application
  • add to home screen and use offline
  • material design
  • flat, Scalable Vector Graphics, pixel perfect without horizontal/vertical lines allias
  • traditional board theme colors using material design colors
  • non blocked interface, engines running workers
  • vibration and audio API (tuned in G Major as in Gridy :-)

Library

  • gridy-games-lib
  • usability test of gridy library
  • monte carlo tree search and minmax engines
  • unified franework like interfaces for view and engines

Build Setup

# install dependencies
yarn install

# serve with hot reload
npm run start

# build for production
npm run build

About

Board games web app

https://darosh.github.io/gridy-games/

License:MIT License


Languages

Language:Vue 54.4%Language:JavaScript 37.2%Language:CSS 6.5%Language:HTML 1.9%