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
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
SharkFoto
SharkFoto
SharkFoto is an all-in-one AI-powered platform for creating and editing videos, images, and music efficiently.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
Free GPT Image 2
Free GPT Image 2
A free GPT Image 2 generator for creating posters, ads, comics, and UI mockups with accurate typography.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
Claude API
Claude API
Claude API for Everyone
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
Image 2 AI
Image 2 AI
OpenAI-powered image generation and editing tool for photorealistic visuals, accurate text rendering, and UI mockups.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
Image to Video AI without Login
Image to Video AI without Login
Free Image to Video AI tool that instantly transforms photos into smooth, high-quality animated videos without watermarks.
Veemo - AI Video Generator
Veemo - AI Video Generator
Veemo AI is an all-in-one platform that quickly generates high-quality videos and images from text or images.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.

Trusted Game Development Tools for Everyday Use

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