Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 779 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 779 Bytes

Simon Says Game

Play the classic Simon Says game with a fun twist!

Try it out here.

Installation

You can install and run the game locally by following these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/simon-says-game.git
  1. Navigate to the project directory:
cd simon-says-game
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm run dev

Now you can open the game in your web browser at http://localhost:5173.

How to Play

Follow the game's instructions and repeat the sequence of colors and sounds. The game gets progressively more challenging as you advance.

Have fun playing Simon Says!