The user wants me to create the same Squid Game experience but in HTML format instead of Python. I need to create an animated web version of the Red Light Green Light game with HTML, CSS, and JavaScript. This will include: 1. A game title with glowing text effect 2. A track/play area where the player character moves 3. Visual indicators for green light and red light states 4. Animation effects for the light changes 5. Player controls (spacebar to move) 6. Win/lose conditions 7. Responsive design I'll use CSS animations, JavaScript for game logic, and create an engaging visual experience similar to the Squid Game aesthetic. `squid_game.html` ```html Squid Game - Red Light Green Light

SQUID GAME

Press SPACE or click MOVE button during GREEN LIGHT to advance

Don't move during RED LIGHT or you'll be eliminated!

Reach the goal line to win

👤
GOAL
GREEN LIGHT!
POSITION
0%
LIGHT TIME
0s
STEPS
0
YOU WIN!
```