A modern implementation of the classic Hangman word game using HTML, SCSS, and JavaScript. The game features a clean, interactive interface with SVG-based hangman graphics and keyboard support.This project serves as a tool for practicing English vocabulary tailored to workers in the tourism sector.
- Interactive letter selection
- SVG-based hangman graphics
- Responsive design
- Game state management
- Win/lose conditions
- Replay functionality
- Pre-defined word list
Before you begin, ensure you have the following installed:
- A modern web browser
- VS Code (recommended IDE)
##Install the "Live Sass Compiler" extension in VS Code:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X on Mac)
- Search for "Live Sass Compiler"
- Click Install -After enabling the extension, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac), and run ‘Watch Sass’. Do this before using the ‘Go Live’ extension to view your project in the browser.