Skip to content

Romain-Portanguen/flip_x

Repository files navigation

flip_x

React memory game application

shields shields shields


💻 Technologies

  • TypeScript
  • React.js
  • Styled components

🚀 Getting started

Netlify Status

FlipX is here... Based on a xorshift generation algorithm, this memorabilia-type game will get your brain working 🧠
Find the pairs among the returned cards... Once turned over, each card displays a content randomly generated by the xorshift algorithm.
Select the difficulty mode of your choice :

  • Easy
  • Normal
  • Hard
  • Impossible

and try to combine the pairs in as few attempts as possible! Have Fun!

Prerequisites

  • React 18

Cloning

Clone this repository on your local machine:

git clone https://github.com/Romain-Portanguen/flip_x.git

Install the project dependencies:

cd flip_x && yarn

Run the application in development mode:

yarn run dev

Starting

Access the application in your browser at the following address:

http://localhost:5173/

📄 Licence

This project is distributed under the MIT license.