-
-
Landscape or Portrait, not a problem.
-
Exciting scoring combos
-
Simple rules with deep gameplay.
-
Swap out letter when you get stuck... but it will cost you.
-
The Stand-In tile converts to any letter you want, including its points!
-
Play the daily challenge and prove who is best!
-
Each tile on the board raises the multiplier bar.
-
Get special combos on a turn for mega points!
Inspiration
WordMaxed Mini started from a very practical, very personal goal: make a word game that would actually survive in the real world—meaning it had to be something my wife would choose to play, not something a developer thinks people “should” enjoy. We like to play word games together, so that was my starting point.
That single constraint shaped everything. If the game was fiddly, unclear, or took too long to get satisfying, it wouldn’t last. So the focus became: quick starts, meaningful choices, and that “just one more run” feeling.
The best sign we got wasn’t a spreadsheet metric or a playtest note. It was watching her go from “sure, I’ll try it” to being genuinely obsessed, chasing higher scores, talking through strategies, and coming back on her own without being asked. When someone who doesn’t care about your code wants to play again tomorrow, that’s not polite encouragement. That’s product-market fit trying to happen.
What it does
WordMaxed Mini is a Reddit-native daily word challenge built as an Interactive Post. Each day, players get the same seeded 5×5 grid and a short run—typically 4–5 turns—to score as high as possible.
It’s designed around:
Fast starts: play immediately, no setup.
Big decisions per turn: small grid, limited turns.
Shareable outcomes: a final score and “best word” moment that naturally belongs in the comments.
How we built it
How we built it
We treated the Reddit version like a platform port, not a “lite mode” bolted onto the main game.
Shared core logic: We isolated the underlying word/board/scoring rules so the Mini version could reuse proven logic without dragging in the full product surface area.
Reddit-specific shell: The Devvit/Interactive Post layer focuses on presentation, lifecycle, and input ergonomics—keeping it lightweight and stable.
Daily seeding: The puzzle is deterministic by date, so everyone plays the same board for fair comparison and repeatable discussion.
UI tuned for the feed: The design assumes mobile-first usage and short attention windows, with quick feedback and minimal friction.
Challenges we ran into
Mobile expectations: Reddit is largely mobile, and users often start in portrait. Even with a small 5×5 grid, we had to prioritize readability, tap targets, and immediate feedback so it didn’t feel “tiny” or unresponsive.
State resets and edge cases: Short runs magnify bugs. Any leftover highlight, stuck interaction mode, or carryover state between attempts undermines trust instantly.
Clarity without tutorials: Interactive Posts don’t give you much patience budget. We had to make the “what do I do next?” answers obvious without turning the experience into a guided tour.
Polish under time constraints: The hackathon rewards launch-ready quality. The hardest work wasn’t implementing rules—it was making the flow smooth, consistent, and resilient.
Accomplishments that we're proud of
Built a complete daily game loop that fits naturally inside Reddit: play → score → share.
Kept sessions short while preserving meaningful strategy—4–5 turns still produces interesting decisions and replay value.
Delivered a format that encourages discussion by default: results are designed to be posted, compared, and debated.
Maintained a clean separation between the Mini experience and the main game so the experiment doesn’t destabilize shipping builds.
It was a big decision to create a custom layout for portrait orientation. The game was designed around landscape so we put in the extra effort to have it also look great in portrait mode and it makes a big difference for mobile users on Reddit.
What we learned
Small grid doesn’t mean shallow gameplay. Limiting space and turns increases the value of planning and makes each placement feel important.
Learned how to make games on Reddit with Devvit, wasn't so bad at all!
What's next for WordMaxed Mini
The next steps focus on making Mini even more “daily” and even more Reddit-native, without inflating scope:
Better end-of-run sharing: cleaner score summary, best word highlight, and a one-tap “post your result” prompt.
More consistent mobile feel: tighter portrait layout, larger interaction targets, and reduced UI clutter.
Stability and telemetry: lightweight instrumentation to measure starts vs completes and identify friction points quickly.
Community hooks: optional daily variants (themes, constraints, or rotating modifiers) that create fresh discussion without changing the core rules.
The long-term goal is simple: keep WordMaxed Mini small, sharp, and repeatable—something that can become a daily habit inside Reddit rather than a one-off novelty.
Built With
- amazon-web-services
- cloudflare
- codex
- devvit
- openart
- unity
Log in or sign up for Devpost to join the conversation.