Skip to content

augustinanders/2023_03_01_capstone-neuefische_memory

Repository files navigation

Memory Mastery - Capstone Project

Memory Mastery is a card-matching game designed to improve the users memory skills. The game features randomized cards, time tracking, and a highscores list to add challenge and competition. There is also a multiplayer mode for those who enjoy a more social experience.

Tech Stack

React Next.js Styled Components Jest React Testing Libary Zustand

Live Version

Try the live version of the Memory App.

memory_preview

Features

  • Randomized cards
  • Count failed attempts
  • Time tracking
  • Highscores list
  • Multiplayer Mode

Future Improvements

  • Expand picture collections
  • Increase card count beyond 16
  • Allow users to upload their own images
  • Add advanced motion modes

Currently

To see the current status of the project, check out these links:

Development

To run project commands locally, you need to install the dependencies using npm i first.

You can then use the following commands:

  • npm run dev to start the development server
  • npm run build to create a production build
  • npm run start to start the production build
  • npm run test to run the tests in watch mode (if available)

💡 This project requires a bundler. You can use npm run dev to start the development server. You can then view the project in the browser at http://localhost:3000. The Live Preview Extension for Visual Studio Code will not work for this project.

Tested on iOS mobile devices, including iPhone 11 and iPhone 13 mini.

Copyright © 2023 Augustin Anders. All rights reserved. This app and its contents, including conception, design, development, and pictures, are the intellectual property of Augustin Anders and may not be reproduced or used without permission.