This is a 4x4 image flip game built using Next.js. The objective of the game is to flip all the images to their correct positions.
- Next.js
- React
- CSS
- Clone the repository:
git clone https://github.com/rishikesh-suvarna/flip-game.git - Navigate to the project directory:
cd flip-game - Install the dependencies:
npm install
- Start the development server:
npm run dev - Open your browser and visit
http://localhost:3000to play the game.
We are planning to update this game with a Go backend in the future to enhance its functionality and add more features.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.