A clean, modern, and reactive implementation of the classic Hangman word-guessing game built with Svelte.
Make sure you have Bun installed on your machine.
Clone the repository:
git clone https://github.com/RAPrograms/Hangman.git
cd Hangman
bun install
npm run dev
The app will typically be available at http://localhost:5173.
Svelte - Frontend framework for building the UI.
Vite - Next-generation frontend tooling for fast development.
SCSS - Styling pre-processer.
The game selects a random secret word.
Guess letters by typing or clicking the available alphabet.
If the letter is in the word, it will be revealed.
If the letter is not in the word, a part of the hangman will be drawn.
Win by revealing the whole word before the hangman is complete!
This project is licensed under the GPL-2.0 License - see the LICENSE file for details.