dannibla / sensedupe

Sense Dupe is the memory puzzle game, if (can) solve ? check your memory IQ.

Home Page:https://dannibla.com/SenseDupe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Sense Dupe is the memory puzzle game, a community contributed various levels. contribute & challenge the levels, if (can) solve ? check your memory IQ.

Contributing

Adding a game level to the library is very simple. All the level are from a sensedupe.json file and game images in the root of project.

To add your level, fork this repository, add your level name, path of the game-images folder along with your github username to the end of the json file, add all game-images according to the path set in json file and submit a pull request. Don't forget the commas and follow the game-images size as (40px/40px)!

[
    {
        …
    },
    {
      "name": "Angry Bird",
      "path": "angry-bird",
      "creator": "dannibla"
    }
]

Improvements and Bugs

Please feel free to open a new issue here with your suggestions or any bugs which you may have come across.

Data

While there is no official api, all the game levels are present in the sensedupe.json file. The code below is an example of fetching the data via a CURL request

curl -i https://raw.githubusercontent.com/dannibla/SenseDupe/master/sensedupe.json

License

MIT

A funny project by #dannibla

About

Sense Dupe is the memory puzzle game, if (can) solve ? check your memory IQ.

https://dannibla.com/SenseDupe

License:MIT License


Languages

Language:CSS 51.0%Language:JavaScript 32.4%Language:HTML 16.6%