Git Product home page Git Product logo

webapps-memory-match's Introduction

INTRODUCTION

Memory Match

It has been tested on the following browsers/platforms:

  • Tizen/WRT
  • Tizen/Crosswalk
  • Android/Crosswalk
  • Tizen IDE
  • Chrome/file
  • Chrome/extension

This application is distributed under Apache2.0 license.

See HACKING.md for more details about how to use and extend this project.

AUTHORS

DEPENDENCIES

Run-time dependencies (note that these are installed using bower and not distributed with the project):

Build-time dependencies are detailed in the package.json file.
These are installed using npm and not distributed with the application.

FONTS

This project uses the following fonts:

IMAGES

All images are created by Intel Corp.
They are licensed under the Creative Commons Attribution 3.0 license.
http://creativecommons.org/licenses/by/3.0/us/

SOUNDS

Credits for the sounds in the app/audio directory are as follows:

webapps-memory-match's People

Contributors

atomicpunk avatar cwong1 avatar smuppava avatar tebrandt avatar townxelliot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webapps-memory-match's Issues

page issues when run as chrome extension

It seems like the page isn't refreshed properly.

  1. grunt crx
  2. add build/crx to chrome as extension
  3. run app
  4. click on first level
  5. click on 'quit' on top left

at the point the issue happens...ie nothing appears to change visually, but if you run the mouse pointer down the right hand side of the app, it will refresh the buttons.

Don't use the README in the app

This adds overhead (ajax load followed by conversion to HTML), means we can't have a nice markdown readme for developers, and mixes app code with developer support tools/docs/code.

Instead, use inline HTML for the in-app readme, with just a link to the site and source code for the app.

This will then allow README.txt to be moved to README.md.

Error after running `grunt server`

After following the instructions and running the following:

sudo npm install -g grunt-cli
sudo npm install -g bower
npm install
grunt server

I received the error message following. The same error also appears in the Javascript console when opening the index.html file in Chrome.

✔ app/images/lvl2-bg.png (saved 7.79KB)
✔ app/images/window.png (saved 7.72KB)
✔ app/images/opening-lvl3-rollover.png (saved 17.29KB)

Running "requirejs:dist" (requirejs) task
{ Error: ENOENT: no such file or directory, open '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/appframework/appframework.js'
    at Object.openSync (fs.js:451:3)
    at Object.readFileSync (fs.js:351:35)
    at Object.readFile (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3760:27)
    at Object.readFileAsync (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3774:32)
    at Function.require._cacheReadAsync (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29948:25)
    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29506:48
    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3063:37
    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3011:25
    at Function.prim.nextTick (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29929:9)
    at Object.callback (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3010:26)
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path:
   '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/appframework/appframework.js',
  fileName:
   '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/appframework/appframework.js' }
Error: ENOENT: no such file or directory, open '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/requirejs-domready/domReady.js'
In module tree:
    main
      ui

{ Error: Error: ENOENT: no such file or directory, open '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/requirejs-domready/domReady.js'
In module tree:
    main
      ui

    at Object.openSync (fs.js:451:3)

    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:30099:19
    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3081:39
    at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3021:25
    at Function.prim.nextTick (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29929:9)
    at Object.errback (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3020:26)
    at Object.callback (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3006:23)
    at Object.then (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3060:23)
    at build (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:30056:12)
    at runBuild (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:32006:17)
    at Object.execCb (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:1941:33)
  originalError:
   { Error: ENOENT: no such file or directory, open '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/requirejs-domready/domReady.js'
       at Object.openSync (fs.js:451:3)
       at Object.readFileSync (fs.js:351:35)
       at Object.readFile (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3760:27)
       at Object.readFileAsync (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3774:32)
       at Function.require._cacheReadAsync (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29948:25)
       at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29506:48
       at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3063:37
       at /home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3011:25
       at Function.prim.nextTick (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:29929:9)
       at Object.callback (/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/node_modules/requirejs/bin/r.js:3010:26)
     errno: -2,
     syscall: 'open',
     code: 'ENOENT',
     path:
      '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/requirejs-domready/domReady.js',
     fileName:
      '/home/notroot/repos/afm-widget-examples/modules/webapps-memory-match/app/lib/requirejs-domready/domReady.js',
     moduleTree: [ 'ui', 'main' ] } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.