Game Development

  • Omniverse Audio2Face
    NVIDIA Omniverse Audio2Face transforms 3D character animations with AI-driven facial and emotional expressions.
    0
    0
    What is Omniverse Audio2Face?
    NVIDIA's Omniverse Audio2Face provides a groundbreaking solution for animating 3D characters by synchronizing facial expressions with spoken audio. The AI-driven tool analyzes the audio, detecting phonemes and emotions, and translates them into realistic facial animations. This technology enhances the production of animated films, games, and virtual environments, making character interactions more believable and engaging. Users can create lifelike avatars and characters that respond dynamically to spoken dialogue, thus revolutionizing storytelling and interaction in digital spaces.
  • AGM: AI Game Maker
    AGM: AI Game Maker enables seamless game development with AI support.
    0
    0
    What is AGM: AI Game Maker?
    AGM: AI Game Maker is an innovative platform designed for aspiring game developers. It integrates AI technology to streamline the game creation process, offering users tools for designing characters, environments, and game logic. Users can create interactive gameplay experiences with minimal coding knowledge, enabling rapid prototyping and iteration. The AI assists in generating dialogue, artwork, and even music, enhancing overall productivity and creativity in game development.
  • Sentient
    Sentient is an AI Agent framework enabling developers to build NPCs with long-term memory, goal-driven planning, and natural conversation.
    0
    0
    What is Sentient?
    Sentient is a stateful AI Agent platform designed to power non-player characters and virtual personas. It features a memory system that records events, a goal scheduling engine that plans multi-step actions, and a conversational interface for natural dialogue. Developers configure personas with customizable traits, objectives, and knowledge bases. Sentient SDKs and APIs for Unity, Unreal, JavaScript and Node.js enable seamless integration, on-premise or in the cloud, to deliver immersive, interactive digital experiences.
  • APLib
    APLib provides autonomous game testing agents with perception, planning, and action modules to simulate user behaviors in virtual environments.
    0
    0
    What is APLib?
    APLib is designed to simplify the development of AI-driven autonomous agents within gaming and simulation environments. Utilizing a Belief-Desire-Intention (BDI) inspired architecture, it offers modular components for perception, decision-making, and action execution. Developers define agent beliefs, goals, and behaviors via intuitive APIs and behavior trees. APLib agents can interpret game state through customizable sensors, formulate plans using built-in planners, and interact with the environment via actuators. The library supports integration with Unity, Unreal, and pure Java environments, facilitating automated testing, AI research, and simulations. It promotes reuse of behavior modules, rapid prototyping, and robust QA workflows by automating repetitive test scenarios and simulating complex player behaviors without manual intervention.
  • MultiAgent-Systems-StarCraft2-PySC2-Raw
    An open-source multi-agent reinforcement learning framework enabling raw-level agent control and coordination in StarCraft II via PySC2.
    0
    0
    What is MultiAgent-Systems-StarCraft2-PySC2-Raw?
    MultiAgent-Systems-StarCraft2-PySC2-Raw offers a complete toolkit for developing, training, and evaluating multiple AI agents in StarCraft II. It exposes low-level controls for unit movement, targeting, and abilities, while allowing flexible reward design and scenario configuration. Users can easily plug in custom neural network architectures, define team-based coordination strategies, and record metrics. Built on top of PySC2, it supports parallel training, checkpointing, and visualization, making it ideal for advancing research in cooperative and adversarial multi-agent reinforcement learning.
  • DND LLM Game
    An AI-powered Dungeon Master that uses LLMs to generate dynamic D&D narrative, quests, and encounters in real-time.
    0
    0
    What is DND LLM Game?
    DND LLM Game leverages large language models to serve as an AI Dungeon Master, dynamically crafting narrative descriptions, quests, and encounters in response to player prompts. It integrates with OpenAI's GPT API and supports customization of adventure settings, difficulty levels, and NPC personalities. As players describe actions or ask questions in the chat interface, the AI generates vivid scene details, dialogues, and branching story paths on the fly. Developers and game masters can configure the engine via Python scripts, adjust model parameters, and extend the framework to include custom modules, making it a flexible tool for solo RPG sessions or AI-assisted tabletop campaigns.
  • PyGame Learning Environment
    PyGame Learning Environment provides a collection of Pygame-based RL environments for training and evaluating AI agents in classic games.
    0
    0
    What is PyGame Learning Environment?
    PyGame Learning Environment (PLE) is an open-source Python framework designed to simplify the development, testing, and benchmarking of reinforcement learning agents within custom game scenarios. It provides a collection of lightweight Pygame-based games with built-in support for agent observations, discrete and continuous action spaces, reward shaping, and environment rendering. PLE features an easy-to-use API compatible with OpenAI Gym wrappers, enabling seamless integration with popular RL libraries such as Stable Baselines and TensorForce. Researchers and developers can customize game parameters, implement new games, and leverage vectorized environments for accelerated training. With active community contributions and extensive documentation, PLE serves as a versatile platform for academic research, education, and real-world RL application prototyping.
  • AgentSimulation
    AgentSimulation is a Python framework for real-time 2D autonomous agent simulation with customizable steering behaviors.
    0
    0
    What is AgentSimulation?
    AgentSimulation is an open-source Python library built on Pygame for simulating multiple autonomous agents in a 2D environment. It allows users to configure agent properties, steering behaviors (seek, flee, wander), collision detection, pathfinding, and interactive rules. With real-time rendering and modular design, it supports rapid prototyping, teaching simulations, and small-scale research in swarm intelligence or multi-agent interactions.
  • Godot Steering AI Framework
    An open-source Godot plugin offering modular agent steering behaviors like path following, obstacle avoidance, and crowd simulation.
    0
    0
    What is Godot Steering AI Framework?
    Godot Steering AI Framework is a specialized extension for the Godot game engine that empowers developers to equip NPCs, enemies, and autonomous characters with lifelike movement and decision-making patterns. By exposing a set of prebuilt steering behaviors and combining them through weighted blending, users can achieve smooth path following, dynamic obstacle avoidance, group formation, and responsive pursuit or evasion. The framework simplifies AI-driven navigation, allowing you to focus on gameplay mechanics rather than low-level movement code, and supports both 2D and 3D projects with minimal setup.
  • Pentago Swap AI Agent
    An AI agent that plays Pentago Swap by evaluating board states and selecting optimal placements using Monte Carlo Tree Search.
    0
    0
    What is Pentago Swap AI Agent?
    Pentago Swap AI Agent implements an intelligent opponent for the Pentago Swap game by leveraging a Monte Carlo Tree Search (MCTS) algorithm to explore and evaluate potential game states. At each turn, the agent simulates numerous playouts, scoring resulting board positions to identify moves that maximize win probability. It supports customization of search parameters like simulation count, exploration constant, and playout policy, enabling users to fine-tune performance. The agent includes a command-line interface for head-to-head matches, self-play to generate training data, and a Python API for integration into larger game environments or tournaments. Built with modular code, it facilitates extension with alternative heuristics or neural network evaluators for advanced research and development.
  • F/MS Startup Game
    FemaleSwitch is an AI-powered game that enhances female character experiences.
    0
    0
    What is F/MS Startup Game?
    FemaleSwitch is a groundbreaking AI agent within the gaming industry that focuses on creating dynamic and engaging female characters. This AI agent helps users craft personalized narratives and unique character arcs, significantly enhancing player interaction and satisfaction. By utilizing advanced algorithms, FemaleSwitch generates immersive dialogues and scenarios designed specifically for female characters, making the gaming experience richer and more diverse.
  • mini-AlphaStar
    Simplified PyTorch implementation of AlphaStar, enabling StarCraft II RL agent training with modular network architecture and self-play.
    0
    0
    What is mini-AlphaStar?
    mini-AlphaStar demystifies the complex AlphaStar architecture by offering an accessible, open-source PyTorch framework for StarCraft II AI development. It features spatial feature encoders for screen and minimap inputs, non-spatial feature processing, LSTM memory modules, and separate policy and value networks for action selection and state evaluation. Using imitation learning to bootstrap and reinforcement learning with self-play for fine-tuning, it supports environment wrappers compatible with StarCraft II via pysc2, logging through TensorBoard, and configurable hyperparameters. Researchers and students can generate datasets from human gameplay, train models on custom scenarios, evaluate agent performance, and visualize learning curves. The modular codebase enables easy experimentation with network variants, training schedules, and multi-agent setups. Designed for education and prototyping rather than production deployment.
  • Rokoko Vision
    Rokoko Vision offers powerful AI-driven motion capture for real-time animation.
    0
    0
    What is Rokoko Vision?
    Rokoko Vision empowers creators with state-of-the-art motion capture capabilities, translating live human actions into digital animations instantly. By leveraging AI, it automates the animation process, reducing the need for traditional methods while maintaining accuracy and quality. This innovative tool is designed for filmmakers, game developers, and animators seeking to streamline their production workflow and enhance the realism of their characters with precise motion tracking.
  • Simple Playgrounds
    A lightweight Python library for creating customizable 2D grid environments to train and test reinforcement learning agents.
    0
    0
    What is Simple Playgrounds?
    Simple Playgrounds provides a modular platform for building interactive 2D grid environments where agents can navigate mazes, interact with objects, and complete tasks. Users define environment layouts, object behaviors, and reward functions via simple YAML or Python scripts. The integrated Pygame renderer delivers real-time visualization, while a step-based API ensures seamless integration with reinforcement learning libraries like Stable Baselines3. With support for multi-agent setups, collision detection, and customizable physics parameters, Simple Playgrounds streamlines the prototyping, benchmarking, and educational demonstration of AI algorithms.
  • AI Agents for Rock Paper Scissors
    Open-source Python toolkit offering random, rule-based pattern recognition, and reinforcement learning agents for Rock-Paper-Scissors.
    0
    0
    What is AI Agents for Rock Paper Scissors?
    AI Agents for Rock Paper Scissors is an open-source Python project that demonstrates how to build, train, and evaluate different AI strategies—random play, rule-based pattern recognition, and reinforcement learning (Q-learning)—in the classic Rock-Paper-Scissors game. It provides modular agent classes, a configurable game runner, performance logging, and visualization utilities. Users can easily swap agents, adjust learning parameters, and explore AI behavior in competitive scenarios.
  • My Adventures AI
    A platform for creating, sharing, and experiencing interactive stories and adventures.
    0
    0
    What is My Adventures AI?
    MyAdventures allows users to create, share, and experience interactive stories and adventures. The platform provides a range of tools, including narrative editors and customizable elements, to help users design their adventures. Users can explore stories created by others, participate in community events, and engage with a community of fellow adventurers and creators. The platform is ideal for educators, writers, game developers, and anyone interested in storytelling and adventure experiences.
  • AssiAI
    Analyze game and apps using advanced AI algorithm technology.
    0
    0
    What is AssiAI?
    Our platform leverages advanced AI algorithms to offer in-depth analysis of games and apps. By analyzing various data points and metrics, our tool provides valuable insights, recommendations, and improvements. Whether you are a developer looking to optimize your app or a gamer seeking better performance, our platform can offer the tools and insights you need to succeed.
  • iFable
    A gaming universe you can immerse yourself in the ultimate AI-powered visual novel adventures.
    0
    0
    What is iFable?
    iFable AI is a state-of-the-art interactive storytelling platform that leverages AI technology to enable users to craft, explore, and engage with unique story games. Whether you're diving into fantasy worlds or constructing intricate role-playing scenarios, iFable provides limitless creative possibilities. It caters to both individual creators and collaborative teams, enhancing the level of immersion through AI-driven content generation and interaction.
  • Arrival
    Effortlessly create immersive 3D virtual spaces with AI and drag-and-drop functionality.
    0
    0
    What is Arrival?
    Arrival offers a cutting-edge solution to design immersive 3D virtual spaces with the help of AI. Through its intuitive drag-and-drop functionality, users can create their desired 3D environment without the need for coding skills. The platform also boasts seamless integration with various virtual worlds and video gaming marketplaces, making it versatile and adaptable for different uses. Arrival's built-in text-to-3D machine learning model translates ideas into fully realized 3D elements, thus simplifying the creative process.
  • Instant3d.ai
    Transform images and text into high-quality 3D models using AI technology.
    0
    0
    What is Instant3d.ai?
    Transform any image or text into high-quality 3D models with Instant3D.ai. Our advanced AI analyzes visual details and text prompts to create accurate, fully-textured 3D models in seconds. Customize your models with AI-powered tools to adjust textures, lighting, poly count, and more. Export in popular formats like GLTF, OBJ, and FBX for use in games, animations, 3D printing, and more. Perfect for designers, developers, animators, and 3D enthusiasts.
Featured

Trusted Game Development Tools for Everyday Use

Rely on dependable Game Development tools recommended by experts. Achieve reliable outcomes with ease.