A web implementation of the classic Simon memory game, developed for Web Programming I (T-213-VEFF) at Reykjavik University.
- Interactive gameplay with both mouse and keyboard (Q,W,A,S) support
- Dynamic sequence generation from backend API
- Audio feedback using Tone.js with different tone styles
- High score tracking with automatic updates
- Replay functionality to review sequences
- Responsive design that works on modern browsers
- Clone the repository:
git clone https://github.com/herdisheida/P6-Wordle- Go to the projects directory
cd <your-simaon-says-folder>- Start the backend server (required for game logic):
cd assignment2_backend
npm install
npm start- Open the game in your browser by launching index.html or by using the link from myDeploymentUrl.txt file
-
Select your preferred tone style from the dropdown
-
Click "Start" to begin the game
-
Watch and listen to the sequence of tones
-
Repeat the sequence by clicking the colored pads or using keys:
- 🔴 Red (Q)
- 🟡 Yellow (W)
- 🟢 Green (A)
- 🔵 Blue (S)
-
Progress through levels by correctly repeating longer sequences
-
Use "Replay" to hear the current sequence again