https://github.com/mdvorscak/memorymatchgame
A simple memory game where you match images
https://github.com/mdvorscak/memorymatchgame
es6 memory-game pwa stylus surge surge-sh vue2 webpack3
Last synced: about 1 month ago
JSON representation
A simple memory game where you match images
- Host: GitHub
- URL: https://github.com/mdvorscak/memorymatchgame
- Owner: mdvorscak
- License: mit
- Created: 2018-01-20T02:39:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T02:16:17.000Z (about 7 years ago)
- Last Synced: 2025-02-08T03:18:24.308Z (3 months ago)
- Topics: es6, memory-game, pwa, stylus, surge, surge-sh, vue2, webpack3
- Language: JavaScript
- Homepage: https://mdvorscak-memory-match.surge.sh/
- Size: 17.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![license][license-image]][license-url] [![XO code style][xo-image]][xo-url] [![hosted][hosted-image]][hosted-url]
# memory-match-game
> A simple memory game where you match images
## memory-match-game is built with
Vue, ES6, Stylus, Webpack, Babel
## Play
[Play it live here][hosted-url]
## Features
- Game Timing
- Anti-cheating measures (card backgrounds are not inspectable)
- Works as a PWA (offline support)
- Memes## Running locally
To run a production version of this game locally, first run the command(s):
`git clone [email protected]:mdvorscak/memoryMatchGame.git && cd memoryMatchGame && npm i && npm run start:prod`
Then navigate to `localhost:3000`
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build and serve production at localhost:3000
npm run start:prod# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit```
[travis-url]: https://travis-ci.org/mdvorscak/memoryMatchGame
[travis-image]: https://img.shields.io/travis/mdvorscak/memoryMatchGame/master.svg?style=flat-square[coveralls-url]: https://coveralls.io/r/mdvorscak/memoryMatchGame?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/mdvorscak/memoryMatchGame/master.svg?style=flat-square[license-url]: LICENSE
[license-image]: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square[xo-url]: https://github.com/xojs/xo
[xo-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square[hosted-url]: https://mdvorscak-memory-match.surge.sh/
[hosted-image]: https://img.shields.io/badge/Hosted%20On-Surge-green.svg?style=flat-square