MNDPlay is a beautifully designed web application built with Next.js, where you can enjoy a collection of simple yet fun classic games!
- 🎯 Simple and Addictive Games – Quick to play, hard to stop!
- 🎨 Modern UI/UX – Clean, responsive design with smooth animations
- ⚡ Next.js Powered – Fast page loads and server-side rendering
- 📱 Mobile-Ready – Play anywhere, anytime
- 🧩 Modular Architecture – Easy to extend with more games in the future
git clone https://github.com/yourusername/mndplay.git
cd mndplaynpm install
# or
yarn installnpm run dev
# or
yarn devOpen your browser and go to http://localhost:3000 to start playing!
A simple two-player game. Get three in a row before your opponent does!
Test your luck and reflexes against the computer in this classic showdown.
Guess the hidden word before you run out of tries. A classic brain teaser.
- Next.js – React framework for production
- React – Component-based UI
Pull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.