To read the README in Bahasa Indonesia, please open the file README-ID.md.
Hangman's Hub is an exciting and engaging online word-guessing game. Built with modern technologies like Svelte and Bun, this game is fast, lightweight, and works seamlessly on all devices.
Classic Word Guessing: Play word-guessing games with various difficulty levels that keep you hooked.
Responsive Design: Looks great on both mobile and desktop screens.
Advanced Technology: Built with Svelte and Bun for blazing-fast performance.
Before you start, make sure you have:
Follow these steps to run Hangman's Hub on your computer:
Clone the Repository
Download the source code:
git clone https://github.com/zoelabbb/hangman-svelte.git
cd hangman-svelte
Install Dependencies
Use Bun to install all required dependencies:
bun install
Run the Application
Start the local server:
bun run dev
Access the Game
Open your browser and play at http://localhost:3000.
The project's folders and files are organized for easy development:
src/
├── lib/
│ ├── games/
│ │ └── hangman/
│ │ ├── HangmanGame.svelte # Main game component
│ │ ├── words.ts # Word list
│ │ └── types.ts # Type definitions
│ │
├── routes/
│ └── +page.svelte # Main page
│
└── app.css # Global styles (TailwindCSS)
Have a cool idea or want to help? Feel free to create a pull request or open an issue in this repository.
This code is licensed under the MIT License. You are free to use, modify, or share it under the terms of the license.
Hangman's Hub is perfect for those who love word-guessing challenges. Start playing now and show off your skills!