├── README.md ├── img ├── angular.svg ├── aurelia.svg ├── backbone.svg ├── ember.svg ├── js-badge.svg ├── react.svg └── vue.svg ├── memory-game.gif ├── video-01 ├── index.html └── styles.css ├── video-02 ├── index.html └── styles.css ├── video-03 ├── index.html └── styles.css ├── video-04 ├── index.html ├── scripts.js └── styles.css ├── video-05 ├── index.html ├── scripts.js └── styles.css ├── video-06 ├── index.html ├── scripts.js └── styles.css ├── video-07 ├── index.html ├── scripts.js └── styles.css ├── video-08 ├── index.html ├── scripts.js └── styles.css ├── video-09 ├── index.html ├── scripts.js └── styles.css ├── video-10 ├── index.html ├── scripts.js └── styles.css └── video-11 ├── index.html ├── scripts.js └── styles.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/README.md -------------------------------------------------------------------------------- /img/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/angular.svg -------------------------------------------------------------------------------- /img/aurelia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/aurelia.svg -------------------------------------------------------------------------------- /img/backbone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/backbone.svg -------------------------------------------------------------------------------- /img/ember.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/ember.svg -------------------------------------------------------------------------------- /img/js-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/js-badge.svg -------------------------------------------------------------------------------- /img/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/react.svg -------------------------------------------------------------------------------- /img/vue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/img/vue.svg -------------------------------------------------------------------------------- /memory-game.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/memory-game.gif -------------------------------------------------------------------------------- /video-01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-01/index.html -------------------------------------------------------------------------------- /video-01/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-01/styles.css -------------------------------------------------------------------------------- /video-02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-02/index.html -------------------------------------------------------------------------------- /video-02/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-02/styles.css -------------------------------------------------------------------------------- /video-03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-03/index.html -------------------------------------------------------------------------------- /video-03/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-03/styles.css -------------------------------------------------------------------------------- /video-04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-04/index.html -------------------------------------------------------------------------------- /video-04/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-04/scripts.js -------------------------------------------------------------------------------- /video-04/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-04/styles.css -------------------------------------------------------------------------------- /video-05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-05/index.html -------------------------------------------------------------------------------- /video-05/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-05/scripts.js -------------------------------------------------------------------------------- /video-05/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-05/styles.css -------------------------------------------------------------------------------- /video-06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-06/index.html -------------------------------------------------------------------------------- /video-06/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-06/scripts.js -------------------------------------------------------------------------------- /video-06/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-06/styles.css -------------------------------------------------------------------------------- /video-07/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-07/index.html -------------------------------------------------------------------------------- /video-07/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-07/scripts.js -------------------------------------------------------------------------------- /video-07/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-07/styles.css -------------------------------------------------------------------------------- /video-08/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-08/index.html -------------------------------------------------------------------------------- /video-08/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-08/scripts.js -------------------------------------------------------------------------------- /video-08/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-08/styles.css -------------------------------------------------------------------------------- /video-09/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-09/index.html -------------------------------------------------------------------------------- /video-09/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-09/scripts.js -------------------------------------------------------------------------------- /video-09/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-09/styles.css -------------------------------------------------------------------------------- /video-10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-10/index.html -------------------------------------------------------------------------------- /video-10/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-10/scripts.js -------------------------------------------------------------------------------- /video-10/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-10/styles.css -------------------------------------------------------------------------------- /video-11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-11/index.html -------------------------------------------------------------------------------- /video-11/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-11/scripts.js -------------------------------------------------------------------------------- /video-11/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code-sketch/memory-game/HEAD/video-11/styles.css --------------------------------------------------------------------------------