Mölu is an interactive multiplayer word guessing game built with SvelteKit and TailwindCSS. Players take turns guessing words while their teammates provide clues, making it perfect for parties and social gatherings.
- 🎮 Multiplayer support
- ⏱️ Customizable timer settings
- ❤️ Lives system
- 🎲 Optional punishment system
- 🌐 Responsive design
- 🎨 Modern UI with animations
- Clone the repository
git clone https://github.com/karlromets/molu.git
cd molu
- Install dependencies
pnpm install
- Start the development server
pnpm dev
- Open your browser and navigate to
http://localhost:5173
- Players take turns being the guesser
- The guesser stands with their back to the screen
- Other players provide clues about the word shown on screen
- The guesser must guess the word within the time limit
- Players lose lives for incorrect guesses
- Last player standing wins!
To create a production build:
npm run build
You can preview the production build with:
npm run preview
Contributions are welcome! Please feel free to submit a Pull Request.