DEV Community

Cover image for Hidden Realms: AI-Powered Find the Hidden Objects Game
sana
sana Subscriber

Posted on

Hidden Realms: AI-Powered Find the Hidden Objects Game

This is a submission for the Google AI Studio Multimodal Challenge

🎮 What I Built

What if you could create your own hidden-object game choose the art style, design the scene, and even decide how the clues are delivered? 🎮✨

That’s exactly what I built entirely with Google AI Studio for the Multimodal Challenge: a game called Hidden Realms where the player is also the creator. Without writing code at that 😱

Unlike traditional hidden object games that come pre-packaged with a limited number of scenes, art styles, and objects, Hidden Realms gives full creative control to the player.

  • Want a mystical forest in watercolor? ✅
  • A sci-fi spaceship interior in cyberpunk neon? ✅
  • Or even a simple dining hall in oil-painting style? ✅

With this applet, the player becomes the creator, customizing the scene, environment, and art style before diving into the hidden-object challenge.

This idea came from my 13-year-old sister, who loves hidden-object games but was frustrated that she had to download multiple versions just to enjoy different art styles or scenes. She imagined a game where players control both the look and the experience and Hidden Realms brings that vision to life.


🎥 Demo

Watch the gameplay demo here:

Try out your imagination : It isn't just fun to watch its more fun to play.

  • Watercolor art mystical library
    Hidden realm pixel art

  • Pixel art Dinning Room
    watercolor art

  • Realistic Modern Room
    Realistic Art Image

  • SteamPunk MysteryRoom

not just these consider making your own imaginative world to wonder around and play with


How I Used Google AI Studio

I leveraged Google AI Studio to build Hidden Realms. Here’s how I used it:

  • Scene Generation with Imagen 4.0:

    • Transformed text prompts like "A mystical library inside a giant tree" into rich, high-quality visual scenes.
    • Created immersive game boards instantly, without manual artwork.
  • Object Detection & Hint Creation with Gemini 2.5 Flash:

    • Analyzed the generated scene to detect hidden objects.
    • Generated creative hints for each object.
    • Provided precise coordinates in structured JSON, enabling automatic game logic.
  • Speech Hints using Browser Web Speech API:

    • Converted the AI-generated hints into spoken audio for a dynamic, interactive experience.
    • Enhanced immersion and accessibility for players.
  • Build Studio & One-Click Deployment:

    • The entire codebase was generated automatically using Google AI Studio’s Build feature, so I didn’t have to write any manual code.
    • Deployment was completed in one click using the Studio’s deploy feature, launching the application on Cloud Run instantly.
    • This seamless workflow allowed the game to run online immediately, without complex setup or configuration.

Multimodal Features

The app’s multimodal AI capabilities make the game smart, interactive, and engaging:

  • Text → Image (Scene Generation):

    • Imagen 4.0 turns written descriptions into detailed, immersive game worlds.
  • Image + Text → JSON (Object Detection & Clues):

    • Gemini 2.5 Flash identifies objects, names them, creates playful hints, and provides bounding boxes.
    • Converts static images into fully interactive game boards automatically.
  • Text → Audio (Speech Hints):

    • Browser reads AI-generated hints aloud using Web Speech API.
    • Adds an audio layer that enhances accessibility and engagement.
  • Seamless Multimodal Integration:

    • Combines vision, language, and structured data to create a game that feels alive.
    • Players enjoy a rich experience with visually stunning scenes, intelligent object recognition, and interactive audio guidance.
  • Effortless Build & Deployment:

    • Using Build Studio, all code was auto-generated by the coding assistant.
    • One-click deployment via Google AI Studio ensures the application runs on Cloud Run instantly, making it easy to share and play anywhere.

🚀 Why It’s Different

Traditional hidden object games are:

  • Fixed in style 🎨
  • Limited in number of scenes 🌍
  • Pre-defined in difficulty ⚖️

Hidden Realms breaks those boundaries:

  • Infinite scenes, environments, and styles to explore.
  • Player-driven imagination as the game’s core.
  • Dynamic difficulty based on hints and object placement.
  • Unlike most game projects that take time to configure, package, and deploy, Hidden Realms was live in seconds thanks to Cloud Run. That means faster iteration, easier sharing, and almost no friction in testing new features.

This makes the game endlessly replayable and tailored to each player’s creativity.


🔮 Future Enhancements

Looking ahead, here are some exciting ways AI could push this further:

  • 🕹️ Adaptive Difficulty → AI could adjust difficulty based on player performance.
  • 🌐 Multiplayer Mode → Challenge friends to find objects in the same generated world.
  • 📱 Cross-Device Play → Extend gameplay seamlessly across mobile, VR, and AR.
  • 🎭 Character Integration → Add NPCs generated by AI to provide interactive clues.
  • 🧠 Personalized Narratives → AI weaves a storyline around the hidden-object gameplay for RPG-like immersion.

🕹️ AI + Gaming: A New Era

Hidden Realms is just one example of how AI can transform gaming. Beyond just automation and tools, AI is enabling creative co-design, where players become creators.

I believe AI will reshape the future of gaming by:

  • Enabling infinite replayability through procedural + AI generation.
  • Supporting personalized gaming experiences where every player’s journey is unique.
  • Lowering the barrier to game development, so anyone can imagine and play their own creations.

✨ Final Thoughts

What started as my sister’s simple wish—“Why can’t I choose my own scenes and art styles in hidden object games?”—turned into a working applet built in less than a day using Google AI Studio.

This project demonstrates how accessible, powerful, and fast AI game development has become. And it’s only the beginning!


I would really like to thank Google AI Studio for providing such an amazing platform where apps can be built and deployed without writing a single line of code. I would definitely suggest to try Google Ai Studio, and bring your imagine to life.

And a big thanks to the Google AI Studio Multimodal Challenge for giving me the opportunity to try something so imaginative and bring it to life. 🚀.

Top comments (0)