├── Images ├── fevicon.PNG ├── snapshot1.PNG ├── snapshot2.PNG ├── snapshot3.PNG └── snapshot4.PNG ├── LICENSE ├── README.md ├── gameScript.js ├── gameStyle.css └── index.html /Images/fevicon.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/Images/fevicon.PNG -------------------------------------------------------------------------------- /Images/snapshot1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/Images/snapshot1.PNG -------------------------------------------------------------------------------- /Images/snapshot2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/Images/snapshot2.PNG -------------------------------------------------------------------------------- /Images/snapshot3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/Images/snapshot3.PNG -------------------------------------------------------------------------------- /Images/snapshot4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/Images/snapshot4.PNG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/README.md -------------------------------------------------------------------------------- /gameScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/gameScript.js -------------------------------------------------------------------------------- /gameStyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/gameStyle.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VectorStatic/Memory-Matching-Game/HEAD/index.html --------------------------------------------------------------------------------