Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.39 KB

File metadata and controls

64 lines (42 loc) · 1.39 KB

MNDPlay – Classic Games in One Place

MNDPlay is a beautifully designed web application built with Next.js, where you can enjoy a collection of simple yet fun classic games!

Features

  • 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

Getting Started

1. Clone the Repository

git clone https://github.com/yourusername/mndplay.git
cd mndplay

2. Install Dependencies

npm install
# or
yarn install

3. Run the Development Server

npm run dev
# or
yarn dev

Open your browser and go to http://localhost:3000 to start playing!

Included Games

Tic Tac Toe

A simple two-player game. Get three in a row before your opponent does!

Rock Paper Scissors

Test your luck and reflexes against the computer in this classic showdown.

Hangman

Guess the hidden word before you run out of tries. A classic brain teaser.


Tech Stack

  • Next.js – React framework for production
  • React – Component-based UI

Contributing

Pull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.