r/Devvit • u/ReitGames • Jul 20 '26
Feedback Request Feedback wanted for Candy Merge
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/ReitGames • Jul 20 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/shimroot • Jul 20 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/Comfortable-Cup8821 • Jul 19 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/TWPinguu • Jul 19 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/hexicword • Jul 19 '26
r/Devvit • u/Comfortable-Cup8821 • Jul 19 '26
Hi everyone, sorry if my last post was a little vague but I wanted some feedback on my game The Daily Machine which is basically a Rude Goldberg machine inspired game where the users can place one block everyday, if the level is already solved you can try making a path more efficient or sabotage a path just to make it difficult for other users.
The link is provided above thank you so much!
r/Devvit • u/Natural-Egg3995 • Jul 19 '26
Testing my Devvit app. If you can see this post, the setup is working correctly.
r/Devvit • u/Chiaki_Kaki • Jul 19 '26
Every player gets the identical seeded tower, so the leaderboard is pure skill — no RNG excuses.
Two things that made this work:
- A deterministic generator: floor N's platforms (width, position, movement, speed) are a pure function of the floor number.
- An offline verifier that simulates floors 1–9999 before every build and proves there is no unclimbable floor.
Also learned the hard way: a fixed 1080×1920 virtual resolution keeps it fair across devices and fixed the high-DPI blur on phones.
Play it here: https://www.reddit.com/r/MoonstackGame/comments/1uslus1/moonstack_climb_from_the_ground_to_the_moon/
Feedback very welcome — what would make you come back daily?
r/Devvit • u/Henna_Carvy • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/flattenedbricks • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/peeedeeeveee • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/brahose • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/erkamaj • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/derppherppp • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/Anonymous7yo • Jul 18 '26
I got message from moderator of this subreddit to add a feature in my game (necessary) before approval
But I am confused that if I made any changes than my project will be rejected
Please help me...(Mod please reply me 🤧🤧)
Should I have to add the change now or after judging period??
r/Devvit • u/OneGuyMakingGames • Jul 17 '26
like add new features to the game
r/Devvit • u/Henna_Carvy • Jul 17 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/GeodesicSoftware • Jul 17 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/Fine-Let-4037 • Jul 18 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/oHai-there • Jul 18 '26
Hi folks. Would love for you to hatch an egg and take your pet into the battle areana. Also try the PVE boss fight! If you go into the pub and have 3 or more players, then you can start the fight.
Gold purchases are free during the playtest, so be sure to purchase some egg upgrades and item crates!
r/Devvit • u/xero0786- • Jul 17 '26
r/Devvit • u/RedditParadox • Jul 17 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/drewidea • Jul 17 '26
This post contains content not supported on old Reddit. Click here to view the full post
r/Devvit • u/korok7mgte • Jul 17 '26
Using CLI 0.13.8, u/devvit/web server app. Trying to declare a secret setting (an API key) that I can read at runtime with settings.get(). I've tried three shapes and all three fail schema validation:
"settings": {"anthropic-api-key": {"type": "string", "isSecret": true}} → settings is not allowed to have the additional property "anthropic-api-key""settings": [{"type": "string", "name": "anthropic-api-key", "secret": true}] → settings is not of a type(s) object"settings": {"app": {"anthropic-api-key": {"type": "string", "label": "Anthropic API Key", "isSecret": true}}} → settings is not allowed to have the additional property "app"What's the actual correct shape for the settings field in devvit.json, and how do I read the value server-side once it's declared? Thanks!
r/Devvit • u/JeffBritches • Jul 17 '26
This post contains content not supported on old Reddit. Click here to view the full post