Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.9 KB

File metadata and controls

53 lines (39 loc) · 1.9 KB

Memory game

This is a simple game created to improve my JS/React skills.

Few words about it...

It has difficulty levels.
Thanks to the use of localStorage, results are saved in the browser's memory, even after it's closed.
This simple game is created in React, I use Webpack.
RDW is based on CSS Grid.

Few screenshots:

Level Easy Level Hard
Well done! Well, not this time ;)

Getting Started

You can:

  • look it up and play here - GitHub Pages.

  • run it on your local machine.

    To do so - download the project, open a terminal in the folder that contains the project and use command:

    npm install
    

    It will install all dependencies (listed in package.json) that you need to enjoy the game.

    Next, if you have your webpack installed globally type:

    webpack
    

    And if you don't, use:

    ./node_modules/.bin/webpack
    

    Last thing - open index.html file in your browser and enjoy!

Author

Bartek Jakoniuk

License

This project is licensed under the MIT License.

Acknowledgments

Pictures used in this project ( Clouds and Animals ) were Created by Freepik