This web app creates a side-scrolling game called "Word Racer" with the following features:
- Use WASD keys to move the player (blue circle) around.
- Words appear randomly on the screen.
- When the player comes close to a word, it becomes active, and the input field is enabled.
- Type the word correctly to earn points. The faster you type, the more points you earn.
- The score is displayed in the top-right corner.
- The game has an infinite scrolling background created using SVG and CSS animations.
- The design is aesthetic and uses Tailwind CSS for styling.
To play the game, simply save this HTML content to a file with a .html extension and open it in a web browser. Use the WASD keys to move around and type the words that appear as quickly as possible to earn points.