Skip to content

Lucas-C/MemoryGame.js

 
 

Repository files navigation

MemoryGame.js

This is a fork of Mark Rolich original version so that I could insert images instead of simple font icons.

It also adds a "hard" difficulty mode.

Demo: https://chezsoi.org/lucas/MemoryGame/

Pro tip

Using jq, you can quickly generate a starting point for your own MemoryGame.json from a directory of images :

$ ls pics/ | jq --raw-input --slurp '{pics: split("\n")[:-1]}' > MemoryGame.json

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • CSS 28.7%
  • HTML 5.9%