├── LICENSE ├── README.md ├── game.js ├── index.html ├── memory game gif.gif ├── sounds ├── blue.mp3 ├── green.mp3 ├── red.mp3 ├── wrong.mp3 └── yellow.mp3 └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/README.md -------------------------------------------------------------------------------- /game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/game.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/index.html -------------------------------------------------------------------------------- /memory game gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/memory game gif.gif -------------------------------------------------------------------------------- /sounds/blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/sounds/blue.mp3 -------------------------------------------------------------------------------- /sounds/green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/sounds/green.mp3 -------------------------------------------------------------------------------- /sounds/red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/sounds/red.mp3 -------------------------------------------------------------------------------- /sounds/wrong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/sounds/wrong.mp3 -------------------------------------------------------------------------------- /sounds/yellow.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/sounds/yellow.mp3 -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shreyamalogi/memory-game/HEAD/styles.css --------------------------------------------------------------------------------