Controlled Confusion is a browser based memory game, this app utilizes React to accomplish the needed actions to have our functioning game. This is a single-player game in which you must put your memory capabilities to the test!
AS A developer,
WHEN I see the universal need to improve memory,
THEN I guide users to Controlled Confusion,
SO THAT I can help people of all ages with memory.
Navigate to the follow link to play:
Click the Start button to begin. Click a card and another to see if they match, repeat until every card has been successfully matched. Your score is based on time taken while matching.
First, clone the repository for this app to your local machine.
Navigate to the "src" folder and open the package-JSON file with your preferred terminal.
Use the command npm start
to start the react app. See test for further info.
To create your own react app use the following;
npx create-react-app <name here>
After the process is complete, copy the "src" folder from this app
and paste it into your newly created React app.
Open this folder in your code editor of choice, open an integrated terminal and use
npm start
to run the app, this command will automatically open your default browser to begin playing.
© 2020-2021