Menu
Back to blog

I Built a Fruit Ninja Game in 2 Minutes

4 min read

I just posted a TikTok video showing me build a Fruit Ninja style game in about two and a half minutes. No coding knowledge required. Just words typed into a textarea.

@zalmaytech How to make a quick online game without knowing how to code #ai #builtbyme #tech #llms ♬ Trap, hip hop, dark beat ♪(963369) - Ninja_Muzik_Tokyo

Here's what I typed into BuiltByMe.ai:

"create a fruit ninja type game where I can slash fruits by swiping. it should get faster the higher the score gets."

I walked away, came back in about 30 seconds, and there it was. A fully playable game with swipe controls, fruit spawning, score tracking, and increasing difficulty. Total time: two and a half minutes from idea to working game.

I actually had no idea if this was going to work. Games need physics, collision detection, animations, state management. But it worked. The game was playable right away.

What I Got

I went to BuiltByMe.ai, typed my description into the textarea, and watched as the AI generated the code in real time. Then the project itself appeared. A working game I could play immediately by swiping across the screen to slash fruits.

The game came with everything I asked for:

  • Swipe based controls to slash fruits
  • Fruits spawning and falling from the top
  • Score tracking that increases as you hit fruits
  • Increasing speed as your score gets higher
  • Touch friendly mobile controls

The Only Problem

It was way too fast. The difficulty ramped up too quickly. But here's the thing. That's not a bug, that's a feature request. I could have just typed "make it slower" and the AI would have adjusted the speed curve. Or I could have opened the code and tweaked it myself. The code is clean, readable, and mine to modify.

That's what makes BuiltByMe.ai different from other AI builders. You get real code. Not locked into a platform. Not a black box. Actual React components you can read, understand, and change.

What This Means

Games seem impossible to build without serious coding skills. You need user input, game state, rendering, animations, collision detection. The kind of project that would normally take a developer a few days.

But most games aren't that complex. A Fruit Ninja clone is just sprites moving, touch events, and collision detection. The AI handled all of it. I just described what I wanted.

This isn't about building the next AAA game. It's about building the games people actually want to make. Simple, fun, interactive experiences. Puzzle games. Arcade games. Mini games for websites. The stuff that doesn't need a game engine or a team of developers.

What You Can Build

If I can build a playable game in two minutes, imagine what else is possible:

  • Interactive quizzes and polls
  • Simple puzzle games like 2048 or Tetris
  • Clicker games and idle games
  • Memory games and matching games
  • Interactive demos and prototypes
  • Educational games for kids

All from simple descriptions. All with code you own and can modify.

Try It Yourself

I posted this on TikTok to show what's actually possible. Not marketing promises. Not demos. A real game, built in real time, that you can actually play.

The video shows the whole process. Going to the website, typing the description, watching the code generate, and then playing the game. No cuts. No editing. Just what happened.

If you have an idea for a game, or any app really, try describing it to BuiltByMe.ai. You might be surprised by what you get in two minutes.

Want to try this yourself?

Type what you want to build into BuiltByMe.ai. You'll own the code.

Start Building