Skip to content

Simple memory game with characters from Hollow Knight

Notifications You must be signed in to change notification settings

Igor-CA/memory-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory card game

Description

This game is a project from The Odin Project.

Is a memory card game with bosses from Hollow Knight.

Your goal is to select as many characters as possible without clicking on the same one twice. Your score is incremented by 1 each time you successfully pick a card you hadn't selected yet and it is reset to 0 when you select the same card twice.

This project was bootstrapped with Create React App.

Demo

demo-image

Install

npm install

Installs dependencies.

Start

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Lessons Learned

  • Use functional components in React.
  • Handling states and hooks.

About

Simple memory game with characters from Hollow Knight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published