Experience the thrill of classic word guessing games without the frustration of daily limits. This open-source alternative allows you to play continuously, offering an endless mode that keeps the challenge going as long as you want. You can easily deploy the application using Docker or Node.js, giving you full control over your gaming environment. Key benefits include:\n\n* Endless Gameplay: Bypass the traditional one-word-per-day restriction and play as many rounds as you desire.\n* Custom Dictionaries: Tailor the difficulty and vocabulary by integrating your own custom dictionary files.\n* Intuitive Feedback: Receive immediate color-coded feedback on your guesses, with green for correct placements and yellow for correct letters in the wrong spots.\n* Visual Keyboard: Keep track of your progress effortlessly with an on-screen keyboard that highlights the status of every letter you have used.
services:
word-mastermind:
image: clupasq/word-mastermind:latest
container_name: word-mastermind
restart: unless-stopped
ports:
- "8080:80"Auto-fetched about 24 hours ago
Auto-fetched about 24 hours ago