https://github.com/darosh/gridy-games
Board games web app
https://github.com/darosh/gridy-games
Last synced: 2 months ago
JSON representation
Board games web app
- Host: GitHub
- URL: https://github.com/darosh/gridy-games
- Owner: darosh
- License: mit
- Created: 2018-02-21T06:10:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T10:05:30.000Z (about 7 years ago)
- Last Synced: 2025-01-25T16:41:57.922Z (4 months ago)
- Language: Vue
- Homepage: https://darosh.github.io/gridy-games/
- Size: 3.37 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gridy Games
[](https://travis-ci.org/darosh/gridy-games)
[](https://codeclimate.com/github/darosh/gridy-games/maintainability)
[](https://codeclimate.com/github/darosh/gridy-games/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](https://github.com/darosh/gridy-games-lib)
- usability test of [gridy](https://github.com/darosh/gridy) library
- monte carlo tree search and minmax engines
- unified franework like interfaces for view and engines## Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload
npm run start# build for production
npm run build