├── README.md ├── assets ├── FredokaOne-Regular.ttf ├── game.js └── styles.css ├── index.html └── memory-game-javascript.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/README.md -------------------------------------------------------------------------------- /assets/FredokaOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/assets/FredokaOne-Regular.ttf -------------------------------------------------------------------------------- /assets/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/assets/game.js -------------------------------------------------------------------------------- /assets/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/assets/styles.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/index.html -------------------------------------------------------------------------------- /memory-game-javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankozik/memory-game/HEAD/memory-game-javascript.png --------------------------------------------------------------------------------