u/Kate_from_oops-games

Am I the only one who "hacks" life like it was a game?

I was shopping just now, and I realized I try to optimize my route through the grocery store like I'm doing a speedrun. Like, I literally plan out my path to avoid the highest-traffic areas, and I get so annoyed at the "NPCs" (other people) in my way.

I also catch myself thinking about the "hitboxes" of my furniture when I'm walking around in the dark. (coffee table wrecks my foot 💀).

Am I the only one who does this? What real-life things you treat like video game mechanics so I feel less crazy.

reddit.com
u/Kate_from_oops-games — 6 days ago

I build small, instant web games for a living. If you could force me to build one hyper-specific, ridiculous game concept just for you, what would it be?

I have some downtime between major projects and my creative well is running a little dry. I want to build something stupidly fun over the next couple of weeks.

I don't want generic ideas like "make an RPG." Give me your weirdest, most oddly specific ideas. A combat sim for house plants? A racing game where you play as a roomba avoiding dog toys?

Pitch me your weirdest ideas, and I might actually build the top comment.

reddit.com
u/Kate_from_oops-games — 6 days ago

I forgot how my Waterpik works and pressure-washed my own brain.

When I first got my Waterpik, I turned it on before putting it in my mouth and sprayed myself right in the face. It was a good lesson, and ever since, I’ve been extremely careful to put it in my mouth before hitting the power switch.

Today, I was using it and it made a weird sound, like it might be running out of water. So, naturally, I took it out of my mouth to check the tank.

While it was still running.

It shot straight up my nose. My teeth are clean, but my sinuses are now immaculate.

reddit.com
u/Kate_from_oops-games — 6 days ago
▲ 358 r/tifu

TIFU by trying to check the water level on my Waterpik.

I recently got a Waterpik. The very first day I owned it, I turned it on before I put it in my mouth. It immediately power-washed my bathroom mirror, my shirt, and my dignity.

Lesson learned. Ever since that day, I have been incredibly careful. I am a disciplined, methodical Waterpik user. The nozzle goes in the mouth, then the power goes on.

Fast forward to this morning. I'm using it, and the motor starts making a sputtering sound like the reservoir is running dry ...I pulled it out of my mouth to look at the water level...but, I didn't turn it off first.

I took a high-pressure jet of lukewarm tap water directly up the nose. My sinuses have been aggressively deep-cleaned, my brain is hydrated, and I had to towel off my ceiling.

TL;DR: Pulled a running dental power-washer out of my mouth to check the water level, ended up giving my nasal cavity a localized hurricane.

reddit.com
u/Kate_from_oops-games — 6 days ago

I built a mini-game to replace CAPTCHAs. It failed immediately because I forgot one crucial thing.

I hate traditional captchas, so I spent the last few weeks building a "whack-a-mole" style HTML5 mini-game to replace them. The idea was simple: instead of clicking blurry traffic lights, you just smack a moving target. If you win, you're human. I launched it yesterday, expecting people to love the lack of friction.

Instead, I got exactly one install, which quickly uninstalled, and a very sobering message from an accessibility expert.

They pointed out that relying on dynamic canvas interactions and precise mouse movements completely locks out users with motor impairments like Rheumatoid Arthritis, or people using assistive devices. By trying to make the web less annoying for me, I accidentally made it entirely unusable for them. It was a massive oversight on my part.

I didn't want to just slap a boring "audio challenge" button next to it and ruin the playful aesthetic, so I had to rethink the core loop entirely. I ended up building an invisible telemetry layer underneath the game. Now, it passively monitors mouse trajectory entropy and keyboard tab-cadence. If you move your mouse like a natural human with slight curves, or tab through the page at a normal human speed, the system instantly auto-verifies you before you even have to play. The game is still there as a fallback for suspicious traffic, but the primary security is now entirely passive.

It was a tough pill to swallow on launch day, but it forced me to build a much cooler, much more inclusive system. Just a reminder to everyone else building UI-heavy web games: test your stuff without a mouse. It completely changes how you think about interaction design.

reddit.com
u/Kate_from_oops-games — 7 days ago

We Build a Gamified Captcha Using Devvit So Modders Can Screen for Humans in a Fun Way

We all know the pain of traditional captchas. They add friction, frustrate users, and honestly, bots are getting too good at solving them anyway.

So, we built an alternative and it just got officially approved in the Reddit App Directory: Smack That Captcha.

🕹️ How it works: Instead of selecting blurry traffic lights, users are presented with a quick, interactive "Smack the Target" game.

🛡️ Why it works:

  • Bot-Proof: Bots struggle with dynamic canvas interactions, random positioning, and unpredictable movement.
  • User-Friendly: It replaces a chore with a micro-dose of fun. Less friction = a happier community.
  • Native to Reddit: Built on Devvit, it integrates seamlessly into your existing community workflows.

We built this to help mods protect their communities without punishing real users. We'd love for you to try it out on your subreddits and let us know what you think!

Check it out here: https://developers.reddit.com/apps/smackthatcaptcha

reddit.com
u/Kate_from_oops-games — 8 days ago
▲ 0 r/Devvit

We built a Captcha that users actually WANT to solve (Smack That Captcha is live!)

We all know the pain of traditional captchas. They add friction, frustrate users, and honestly, bots are getting too good at solving them anyway.

So, we built an alternative and it just got officially approved in the Reddit App Directory: Smack That Captcha.

🕹️ How it works: Instead of selecting blurry traffic lights, users are presented with a quick, interactive "Smack the Target" game.

🛡️ Why it works:

  • Bot-Proof: Bots struggle with dynamic canvas interactions, random positioning, and unpredictable movement.
  • User-Friendly: It replaces a chore with a micro-dose of fun. Less friction = a happier community.
  • Native to Reddit: Built on Devvit, it integrates seamlessly into your existing community workflows.

We built this to help mods protect their communities without punishing real users. We'd love for you to try it out on your subreddits and let us know what you think!

Check it out here: https://developers.reddit.com/apps/smackthatcaptcha

reddit.com
u/Kate_from_oops-games — 8 days ago

To the person who installed our Gamified Captcha for 1 day: Thank you (and we fixed it!)

Hey r/alphaandbetausers

A little while ago, we posted here looking for beta testers for our gamified captcha (we're trying to replace annoying traffic light image grids with quick, fun mini-games).

Well, someone actually installed it! We were thrilled. But... exactly one day later, they uninstalled it.

Honestly? It stung for a second, but then we realized: they were totally right. It was a wake-up call. If someone is willing to take a chance on a new tool and drops it that fast, there's friction we were blind to.

We didn't know who you were or exactly why you left, but we took a hard look at our code and realized there were some glaring issues. Since then, we’ve been heads down rewriting things based on what we suspected went wrong:

  • Added a Mute Button: Turns out, auto-playing sounds in a captcha can be annoying. We added a highly visible mute button so users have control.
  • Removed the Bloat: We completely decoupled our architecture. The captcha is now a lightweight, standalone widget that won't slow down your site or conflict with other elements.
  • Squashed Initialization Bugs: We fixed some silent loading issues and added robust timeouts to ensure the game never hangs.

To that one anonymous user: Thank you. Your one-day trial gave us the kick we needed to make this tool genuinely better. We are incredibly grateful you gave us a shot.

If you are reading this, we would love for you to come back and try the new, lighter, quieter version.

And to the rest of r/alphaandbetausers , if you're interested in testing a captcha that doesn't make your users hate you, we'd love your feedback too.

Let us know what you think. We're listening!

reddit.com
u/Kate_from_oops-games — 8 days ago

To the person who installed our Gamified Captcha for 1 day: Thank you (and we fixed it!)

Hey r/gamification,

A little while ago, we posted here looking for beta testers for our gamified captcha (we're trying to replace annoying traffic light image grids with quick, fun mini-games).

Well, someone actually installed it! We were thrilled. But... exactly one day later, they uninstalled it.

Honestly? It stung for a second, but then we realized: they were totally right. It was a wake-up call. If someone is willing to take a chance on a new tool and drops it that fast, there's friction we were blind to.

We didn't know who you were or exactly why you left, but we took a hard look at our code and realized there were some glaring issues. Since then, we’ve been heads down rewriting things based on what we suspected went wrong:

  • Added a Mute Button: Turns out, auto-playing sounds in a captcha can be annoying. We added a highly visible mute button so users have control.
  • Removed the Bloat: We completely decoupled our architecture. The captcha is now a lightweight, standalone widget that won't slow down your site or conflict with other elements.
  • Squashed Initialization Bugs: We fixed some silent loading issues and added robust timeouts to ensure the game never hangs.

To that one anonymous user: Thank you. Your one-day trial gave us the kick we needed to make this tool genuinely better. We are incredibly grateful you gave us a shot.

If you are reading this, we would love for you to come back and try the new, lighter, quieter version.

And to the rest of r/gamification, if you're interested in testing a captcha that doesn't make your users hate you, we'd love your feedback too.

Let us know what you think. We're listening!

reddit.com
u/Kate_from_oops-games — 8 days ago

I Refactored My Game Carousel Over the Weekend. Is It Working on You Browser?

We build daily puzzle games. One of our hooks is that we've got a carousel that will let you jump game to game without having to come back to the homepage. I got some feedback that the carousel was failing on some broswers. I've tested on Brave and Chrome but could use more feedback. Does it run for you? Is your ad-blocker killing it? Feedback appreciated:

oops-games.

reddit.com
u/Kate_from_oops-games — 10 days ago

The CAPTCHA arms race is ruining the web. Can we fix it by making it fun?

Hey everyone! I’ve been diving down a rabbit hole recently regarding web security, specifically looking at how we keep automated bots out of our applications. I think we can all universally agree that traditional CAPTCHAs are one of the most frustrating parts of using the internet today. You just want to submit a simple login form, and suddenly you are forced to squint at blurry pictures to decide if a tiny corner of a bumper counts as a traffic light.

The core challenge here is essentially a never-ending arms race. As developers, we create a visual test to block bots. But then, those very tests are often used to train machine learning models, which eventually learn to solve the puzzles faster and more accurately than we can. To counter this, the puzzles have to get increasingly complex and ambiguous, which unfortunately punishes the actual human users the most. It is a system where the security measure actively degrades the user experience.

Some platforms have moved towards invisible tracking, analyzing your mouse movements, scrolling behavior, and browser fingerprint to calculate a risk score. While this is certainly less annoying on the surface, it opens up a massive can of worms regarding user privacy. Plus, if you happen to be using a VPN or a strict privacy browser, you often get flagged as suspicious anyway and get thrown right back to the endless crosswalk puzzles.

This got me thinking about the psychology of user friction and why gamification might actually be a viable path forward for bot protection. Instead of demanding unpaid data-labeling labor from our users, what if the verification process was just a quick, intuitive micro-game?

Think about simple spatial or physics-based tasks, like dragging a slider to fit a puzzle piece into a groove, or catching a moving object. These interactions rely on human intuition, spatial awareness, and organic timing. Creating a bot to solve a static image grid is a well-documented process at this point, but writing a script to dynamically interact with a randomized, physics-based puzzle requires significantly more overhead and complex computer vision on the attacker's end.

More importantly, gamification completely shifts the user's psychological response. Traditional CAPTCHAs feel like an interrogation, making you prove you aren't malicious before you are allowed to proceed. A quick, interactive puzzle, however, feels more like a tiny, momentary distraction. It removes the frustration from the equation entirely, keeping the user engaged rather than making them want to abandon your web app altogether.

I am really curious to hear how you all approach this in your own projects. When you are building out your first full-stack apps or landing pages, how do you handle bot protection without driving your users away? Have any of you experimented with building alternative verification methods or gamified security steps? I’d love to hear your thoughts and experiences!

reddit.com
u/Kate_from_oops-games — 11 days ago
▲ 2 r/conversion_business+1 crossposts

The CAPTCHA arms race is ruining the web. Can we fix it by making it fun?

Hey everyone! I’ve been diving down a rabbit hole recently regarding web security, specifically looking at how we keep automated bots out of our applications. I think we can all universally agree that traditional CAPTCHAs are one of the most frustrating parts of using the internet today. You just want to submit a simple login form, and suddenly you are forced to squint at blurry pictures to decide if a tiny corner of a bumper counts as a traffic light.

The core challenge here is essentially a never-ending arms race. As developers, we create a visual test to block bots. But then, those very tests are often used to train machine learning models, which eventually learn to solve the puzzles faster and more accurately than we can. To counter this, the puzzles have to get increasingly complex and ambiguous, which unfortunately punishes the actual human users the most. It is a system where the security measure actively degrades the user experience.

Some platforms have moved towards invisible tracking, analyzing your mouse movements, scrolling behavior, and browser fingerprint to calculate a risk score. While this is certainly less annoying on the surface, it opens up a massive can of worms regarding user privacy. Plus, if you happen to be using a VPN or a strict privacy browser, you often get flagged as suspicious anyway and get thrown right back to the endless crosswalk puzzles.

This got me thinking about the psychology of user friction and why gamification might actually be a viable path forward for bot protection. Instead of demanding unpaid data-labeling labor from our users, what if the verification process was just a quick, intuitive micro-game?

Think about simple spatial or physics-based tasks, like dragging a slider to fit a puzzle piece into a groove, or catching a moving object. These interactions rely on human intuition, spatial awareness, and organic timing. Creating a bot to solve a static image grid is a well-documented process at this point, but writing a script to dynamically interact with a randomized, physics-based puzzle requires significantly more overhead and complex computer vision on the attacker's end.

More importantly, gamification completely shifts the user's psychological response. Traditional CAPTCHAs feel like an interrogation, making you prove you aren't malicious before you are allowed to proceed. A quick, interactive puzzle, however, feels more like a tiny, momentary distraction. It removes the frustration from the equation entirely, keeping the user engaged rather than making them want to abandon your web app altogether.

I am really curious to hear how you all approach this in your own projects. When you are building out your first full-stack apps or landing pages, how do you handle bot protection without driving your users away? Have any of you experimented with building alternative verification methods or gamified security steps? I’d love to hear your thoughts and experiences!

reddit.com
u/Kate_from_oops-games — 11 days ago

Data shows bots beat 50% of traditional CAPTCHAs. It’s time to talk about Gamification and UX.

Hey everyone,

I’ve been diving into the data around user onboarding and conversion optimization recently, and I stumbled onto a massive "silent killer" for SaaS and e-commerce: Traditional CAPTCHAs.

We all hate them, but the numbers showing just how bad they are for business are actually staggering. It turns out, traditional CAPTCHAs are failing at their one job (stopping bots) while actively hurting what we care about most (conversions).

Here is what the data says:

1. Traditional CAPTCHAs are killing your conversions 📉

  • Massive Drop-offs: Traditional CAPTCHAs can reduce form conversions by up to 40%. Just adding a standard CAPTCHA to a site leads to an immediate 3–5% drop in overall conversion.
  • High Abandonment: Nearly 20% to 30% of users abandon a website entirely if they encounter difficulties or fail a CAPTCHA challenge.
  • The UX Cost: The average human takes 9.8 seconds to solve a standard visual puzzle, and audio CAPTCHAs take up to 28.4 seconds. For mobile users, it's even worse, taking 30–40% longer to complete tasks when forced to interact with a traditional CAPTCHA.

2. They don't even stop bots anymore 🤖

  • Advanced AI has rendered many traditional puzzle-based CAPTCHAs obsolete. In fact, recent studies show that bots are now often faster and more accurate at solving these puzzles than humans.
  • Industry reports suggest that up to 50% of passed traditional CAPTCHAs are actually completed by bots. You are frustrating your real users while the bots walk right through the front door.

The Market Disruptor: Gamified and Invisible CAPTCHAs 🎮

The market is rapidly shifting from a "security-at-all-costs" mindset to "conversion-optimized security."

This is where Gamified CAPTCHAs are stepping in as a massive disruptor. Instead of forcing users to identify crosswalks or blurry traffic lights, these systems use quick, intuitive micro-games (like dragging a puzzle piece or rotating an object) combined with invisible behavioral analysis (tracking mouse movements and keystroke dynamics).

  • Friction to Fun: 98% of users reportedly prefer a frictionless, gamified alternative over standard, frustrating CAPTCHA methods.
  • The Market Opportunity: The broader gamification market was valued at $19.42 billion in 2025 and is projected to reach $92.5 billion by 2030 (a 26% CAGR).

Founders are realizing that replacing "friction" with "fun" or "invisible" is the easiest way to protect their revenue from lost traffic.

reddit.com
u/Kate_from_oops-games — 12 days ago

The silent conversion killer: Traditional CAPTCHAs cost up to 40% of signups. Here's what's replacing them.

Hey everyone,

I’ve been diving into the data around user onboarding and conversion optimization recently, and I stumbled onto a massive "silent killer" for SaaS and e-commerce: Traditional CAPTCHAs.

We all hate them, but the numbers showing just how bad they are for business are actually staggering. It turns out, traditional CAPTCHAs are failing at their one job (stopping bots) while actively hurting what we care about most (conversions).

Here is what the data says:

1. Traditional CAPTCHAs are killing your conversions 📉

  • Massive Drop-offs: Traditional CAPTCHAs can reduce form conversions by up to 40%. Just adding a standard CAPTCHA to a site leads to an immediate 3–5% drop in overall conversion.
  • High Abandonment: Nearly 20% to 30% of users abandon a website entirely if they encounter difficulties or fail a CAPTCHA challenge.
  • The UX Cost: The average human takes 9.8 seconds to solve a standard visual puzzle, and audio CAPTCHAs take up to 28.4 seconds. For mobile users, it's even worse, taking 30–40% longer to complete tasks when forced to interact with a traditional CAPTCHA.

2. They don't even stop bots anymore 🤖

  • Advanced AI has rendered many traditional puzzle-based CAPTCHAs obsolete. In fact, recent studies show that bots are now often faster and more accurate at solving these puzzles than humans.
  • Industry reports suggest that up to 50% of passed traditional CAPTCHAs are actually completed by bots. You are frustrating your real users while the bots walk right through the front door.

The Market Disruptor: Gamified and Invisible CAPTCHAs 🎮

The market is rapidly shifting from a "security-at-all-costs" mindset to "conversion-optimized security."

This is where Gamified CAPTCHAs are stepping in as a massive disruptor. Instead of forcing users to identify crosswalks or blurry traffic lights, these systems use quick, intuitive micro-games (like dragging a puzzle piece or rotating an object) combined with invisible behavioral analysis (tracking mouse movements and keystroke dynamics).

  • Friction to Fun: 98% of users reportedly prefer a frictionless, gamified alternative over standard, frustrating CAPTCHA methods.
  • The Market Opportunity: The broader gamification market was valued at $19.42 billion in 2025 and is projected to reach $92.5 billion by 2030 (a 26% CAGR).

Founders are realizing that replacing "friction" with "fun" or "invisible" is the easiest way to protect their revenue from lost traffic.

I'm curious to hear from other founders and devs here: Would you like access to low friction, gamified captchas? What do you think a competitive price would be?

reddit.com
u/Kate_from_oops-games — 12 days ago

[Go Rabbit] I built a daily browser puzzle game and I'd love some brutally honest feedback on the difficulty curve.

Game Title: Go Rabbit

Playable Link: oops-games.com

Description: Hey everyone! I've been working on a daily puzzle game called Go Rabbit over at oops-games.com. It's completely free to play in the browser with no sign-ups required.

I'm currently trying to dial in the difficulty. Sometimes I feel like today's puzzle is way too easy, and other times I think it's impossible. If anyone has a few minutes to try today's puzzle, I would incredibly appreciate your thoughts. Is the core mechanic intuitive? Did you get stuck?

Thanks in advance for any feedback!

Always Free [x]

reddit.com
u/Kate_from_oops-games — 12 days ago
▲ 8 r/gameDevPromotion+3 crossposts

We're Looking to Disrupt the Captcha Business with Gamification

There are 200,000,000 captchas solved every day and people HATE them. Enter, gamification. We build custom, gamified captchas that will flip this script on this entire business model.

u/Kate_from_oops-games — 12 days ago

Hey r/blogging,

I’m a developer, not a full-time blogger, so I’m coming here to get a reality check from the people who actually run content sites.

I’ve been reading a lot about how crucial time-on-page and bounce rate are for SEO right now. To try and solve this, I recently built a tool that lets you embed simple, lightweight HTML5 mini-games at the bottom of articles.

The theory is: when a reader finishes an article, giving them a quick 60-second interactive game keeps them on the page longer and registers an interaction before they leave.

But before I spend months adding more features to this, I wanted to ask:

  1. Would you ever put a mini-game on your blog to boost session duration, or does it feel too unprofessional/distracting?
  2. Are you currently doing anything else (besides videos/quizzes) to specifically keep readers from bouncing?
reddit.com
u/Kate_from_oops-games — 15 days ago
▲ 2 r/gamification+1 crossposts

Hey r/gamification,

I've been working on a project called conversion.business and I wanted to share it here to get some feedback from people who actually understand gameful design and user motivation.

The Problem: Traditional website security tools—like finding crosswalks in a CAPTCHA or staring at a boring SaaS waiting room progress bar—are inherently frustrating. They introduce negative friction and often cause users to bounce before they even access the core product.

The Gamified Solution: I decided to replace these friction points with actual mini-games. Instead of checking a box or staring at a spinner, users might navigate a quick maze or play a short puzzle to prove they are human (for the CAPTCHA) or to pass the time while a backend process finishes (for the waiting room).

The Mechanics & Gameful Design:

  • Immediate Feedback & Reward: The user instantly sees their progress in the mini-game, replacing the anxiety of a loading screen with an interactive micro-challenge.
  • Reduced Cognitive Load: The games are designed to be intuitive (like a simple drag-and-drop or pathfinding puzzle) so they don't feel like a chore, but rather a brief, entertaining distraction.
  • Motivation: By turning a roadblock into a micro-achievement, the goal is to keep the user's attention fixed on the screen and transform a negative user experience into a positive, or at least neutral, one.

I'd love your thoughts: Since this community knows game design best, I'd love your feedback on a few things:

  1. What types of simple game mechanics (e.g., puzzles, timing challenges, sorting) do you think work best for a very short 5-to-10 second interaction window?
  2. How do you balance making the task engaging without making it so distracting that the user forgets what they were originally trying to do on the site?

The tool is completely free to use and test out right now (there are no paywalls or required purchases to try it). I’m really just looking for early users and critical feedback from this community to help refine the design and mechanics.

Let me know what you think!

reddit.com
u/Kate_from_oops-games — 15 days ago