Play the classic Simon Says game with a fun twist!
Try it out here.
You can install and run the game locally by following these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/simon-says-game.git
- Navigate to the project directory:
cd simon-says-game
- Install the required dependencies:
npm install
- Start the development server:
npm run dev
Now you can open the game in your web browser at http://localhost:5173.
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!