Help for my Google Genie-Like App

Hello , dear community . I want to make one spp of one ai that makes games like Google Genie
Here is the link of the current version of Genie , Genie 3 :

Is there any extension or example or I-don't-know-what that may help ?

Thank you :smiley:

Is there anyone ? Please , is one day that I wait ...

But isn't important , right ? :smile:

I asked Gemini for you and here is the answer
Taifun


Based on the blog post you linked and other recent information, Google DeepMind's Genie 3 is a groundbreaking AI "world model." It's a research project that can generate interactive, playable 3D environments from a text prompt.

However, it's important to understand a key detail: Genie 3 is not a publicly available consumer product or service with a dedicated Android app at this time.

Here's a summary of the situation:

  • Research Project: Genie 3 is a research and development effort by Google DeepMind. Its purpose is to explore how AI can understand and simulate the world, which is seen as a key step toward artificial general intelligence (AGI).
  • Limited Access: The current access to Genie 3 is restricted to a small group of academics and creators for a limited research preview. This is to allow for the study of its risks and the refinement of safety measures.
  • No Public App: There is no publicly available Android app or consumer-facing platform for you to download and connect to Genie 3. The blog post and related articles are announcements of the technology's existence and capabilities, not a product launch for the general public.

In short, while the technology is incredibly exciting, you cannot connect an Android app to Genie 3 because it is not yet available for public use.

Hello , Taifun . Thank you for your time :smile: , but really I want to create one app LIKE Genie , not that is connected with it ( There's also the copiright etc. ... ) :sweat:

It appears the conventional way to make a 2D or 3D game is to use a game engine

You would probaly need to use a compiler like Android Studio to make use of the game libraries. You probably cannot do this effectively with App Inventor at the present time.

What specifically do YOU want to do?

I want to do one app where the artificial intelligence can make 2d or 3d games from one image or from a pompt to image or from an image , similar to Genie .

Because my app should make AI-made games . My app is called "Infinie-game" , because you can explorate some parts of the game that the AI made in the same moment , and the games are practically infinite

It appears the only thing you have done to build an app that can use artificial intelligence to make a game from a query is decided to name it "Infinie-game". You might share your Blocks.

The artificial intelligence I queried to ask how to
program to make artificial intelligence games is shown below:

Building games with AI

There are two main approaches to building games with AI: leveraging AI as a creative tool during development and implementing AI-powered features directly into gameplay.

  1. Using AI as a creative tool

This involves using AI tools to assist with various aspects of game development, speeding up the workflow and allowing developers to focus on core creative tasks.

  • Generating assets: Tools like Scenario and Layer.ai can be trained to create characters, environments, props, and textures in a specific style.
  • Level design and environment creation: Promethean AI can generate entire scenes with props, lighting, and terrain based on procedural algorithms.
  • Animation: Cascadeur and DeepMotion utilize physics-informed AI to create realistic character movements, reducing the need for traditional motion capture equipment.
  • Sound design: Sononym can organize and search audio libraries, recommending samples based on specific criteria like tempo, timbre, or pitch.
  • Ideation and prototyping: Ludo.ai can suggest storylines, gameplay mechanics, and mission objectives based on thematic parameters and market trends.
  • Automated testing: Modl.ai offers modl:test, a robust testing framework that uses pattern recognition to detect bugs more efficiently by simulating player actions in various scenarios.
  1. Implementing AI in gameplay

This involves designing and programming AI to enhance player experience through features like intelligent opponents, adaptive worlds, and realistic character behavior.

  • Non-player characters (NPCs): FSMs (Finite State Machines), behavior trees, and goal-oriented action planning (GOAP) are commonly used to define and control NPC behavior.
  • Pathfinding: Algorithms like A* (A-star) are crucial for enabling NPCs to navigate game environments efficiently and intelligently.
  • Strategic AI: In strategy games, AI needs to simulate opponents that can manage resources, plan tactics, and make decisions in a dynamic environment.
  • Learning and adaptation: Reinforcement learning allows AI agents to learn from their actions and rewards, adapting to player behavior and creating a more personalized challenge.
  • Procedural content generation (PCG): AI can be used to generate dynamic content, creating limitless, unique levels, characters, or missions.

Programming languages and tools

  • Game engines: Popular engines like Unity (using C#) and Unreal Engine (using C++ and Blueprint) provide built-in tools and frameworks for AI development.
  • AI libraries and frameworks: Libraries like TensorFlow and PyTorch are essential for implementing machine learning and deep learning models for advanced AI features.
  • Programming languages: Python is favored for its simplicity and extensive AI libraries, while C++ is chosen for its performance in resource-intensive tasks. Other languages like Java, C#, and JavaScript also find use in various aspects of AI game development.

Notice that the 'recommended' simple programming language is Python; not app inventor.

You might want to find a site that uses Python to create ai games. because App Inventor will not do what you probably need to do. Ask your question there perhaps.

I want a way to make games made by AI , yes ... But I don't want that the AI programs it ! Genie doesn't do that ! Genie generates images by a pompt ( Move left , move right ... ) ! Can I make this ? And how ?

Well , you are a gentelman ... and you are making this community a better place :grin: [ SARCASTICALLY ] . So , I will solve MYSELF this post . Thank you all for your patience and for your time :smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.