"Remember PI" is a simple and interactive web game built with Next.js and Framer Motion that challenges users to remember and enter the digits of Pi.
- Information Button: Users can hover over the info button to get instructions on how to play the game.
- Increasing Difficulty: Initially, users are asked to enter the first 3 digits of PI. Then, 4 digits, followed by 5, and so on, increasing the challenge as the game progresses.
- Progress Tracking: The game keeps track of how many digits the user has entered correctly.
This project is deployed using GitHub Pages and is accessible here.
Clone the repository to your local machine:
git clone https://github.com/matanyap/remember-pi.git
Navigate to the project directory:
cd remember-pi
Install the dependencies:
npm install
Start the development server:
npm run dev
The app will start on http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.