rbhatia46 / MemoryGame

A memory game built in JavaScript implementing all the basic concepts of Vanilla JS
6 stars 16 forks source link

Images can be randomised and can be altered using some API rather than having fixed images #16

Open rbhatia46 opened 7 years ago

rbhatia46 commented 7 years ago

As of now the game is having some fixed images which can be randomized and can be fetched using some images API which can increase the dynamicity of the game and can improve it more.

itsnhduc commented 7 years ago

Let me handle this.