https://github.com/battlefieldduck/worddit
Word Guessing Game: Users can guess words based on clues provided on game cards.
https://github.com/battlefieldduck/worddit
Last synced: about 2 months ago
JSON representation
Word Guessing Game: Users can guess words based on clues provided on game cards.
- Host: GitHub
- URL: https://github.com/battlefieldduck/worddit
- Owner: BattlefieldDuck
- License: mit
- Created: 2024-12-12T20:39:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T04:51:20.000Z (5 months ago)
- Last Synced: 2025-04-05T17:37:58.563Z (about 2 months ago)
- Language: Svelte
- Homepage: https://www.reddit.com/r/Worddit/
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worddit
Worddit is an engaging and interactive game that leverages the social platform Reddit. It combines the fun of word guessing games with the community aspect of Reddit, allowing users to interact with posts in a unique way.
Play: https://www.reddit.com/r/Worddit/





## Features
- **Word Guessing Game**: Users can guess words based on clues provided on game cards. Correct guesses earn users 10 points.
- **Card Collection**: Users can collect game cards and view the cards they have collected and those they have yet to collect.
- **Leaderboard**: A leaderboard feature allows users to see the top 10 players with the highest scores.
- **Custom Questions**: Users can create custom questions by inputting a clue and a word, generating a new Reddit post for others to guess.
- **Future Features**: Plans to introduce drawing five cards every 12 hours, seasonal themes, special events, and Devvit payments integration.## How to Play
1. **Guess the Word**: Look at the clue on the game card and guess the word.
2. **Earn Points**: Correct guesses earn you 10 points.
3. **Collect Cards**: View and collect game cards as you play.
4. **Create Custom Questions**: Input a clue and a word to create a new Reddit post for others to guess.
5. **Check the Leaderboard**: See how you rank among the top players.## Future Plans
- Enhance the game's UI and functionality.
- Introduce new features such as drawing five cards every 12 hours.
- Expand the game's reach to more users.
- Consider seasonal themes and special events.
- Explore integrating Devvit payments into Worddit.## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
1. To create a production version of your app:
```bash
npm run build
```2. Upload and test
```bash
devvit upload
devvit playtest Worddit
```3. Create a post in your subreddit using the "Create New Devvit Post (with Web View)" option in the post menu.
## License
This project is licensed under the MIT License. See the LICENSE file for details.