AI is not just powering chatbots and image generators anymore—it is making games that genuinely could not exist five years ago. Procedurally generated stories that adapt to your choices. NPCs that remember what you said three hours ago. Enemies that learn your playstyle. Games that build entire worlds on the fly just for you.
If you are searching for AI games to play right now, this is the list. I have organized it by what makes each game interesting from an AI perspective, included links to where you can actually play them, and added a section at the end about tools for building your own AI-powered games if that is where your curiosity leads.
Best AI-powered games you can play right now
1. AI Dungeon
What it is: A text-based adventure game where a large language model generates the story in real time based on everything you type. You can be a space pirate, a medieval knight, a detective in 1940s New York, or literally anything you can describe. The AI responds, remembers context, and builds the narrative around your decisions.
Why it matters for AI: This was one of the first mainstream games to use GPT-style models as the core gameplay mechanic, not just a feature. Every playthrough is unique because the story is generated, not scripted.
Platforms: Browser, iOS, Android
Price: Free tier available, premium for better models
Play it: play.aidungeon.com
2. AI Roguelite (Steam)
What it is: A roguelite dungeon crawler where every room, enemy, item, and boss is generated by AI based on text prompts you write. You literally type “a room full of angry bees with swords” and the game creates it. The core loop is exploring AI-generated content and finding increasingly absurd combinations.
Why it matters for AI: The entire game content pipeline (environments, enemies, abilities, items) is driven by generative AI. It is both hilarious and surprisingly playable.
Platforms: PC (Steam)
Price: ~$5
Play it: Steam Store Page
3. While True: learn()
What it is: A puzzle game where you build machine learning models to solve problems—starting with teaching your cat to code (yes, really). You connect nodes, train classifiers, and optimize systems using real ML concepts wrapped in a playful visual style. It is educational without being boring.
Why it matters for AI: It teaches genuine machine learning concepts (neural networks, decision trees, clustering) through gameplay. You come out actually understanding how AI systems work at a basic level.
Platforms: PC, Mac, Switch
Price: ~$13
Play it: Steam Store Page
4. Façade
What it is: A first-person interactive drama from 2005 that was way ahead of its time. You visit a couple (Trip and Grace) for a dinner party, and the AI-driven characters react to everything you say and do in real time. The conversation can go in hundreds of directions. It is short (20 minutes per playthrough) but deeply replayable.
Why it matters for AI: One of the earliest examples of AI-driven narrative characters that respond dynamically to natural language input. Still holds up as a fascinating experiment.
Platforms: PC, Mac (free download)
Price: Free
Play it: playablstudios.com/facade
5. Black & White (2001)
What it is: Peter Molyneux’s god game where you raise a giant creature that learns from your behavior. Reward it for helping villagers and it becomes benevolent. Punish it randomly and it becomes erratic. The creature’s AI genuinely adapts to how you train it over dozens of hours.
Why it matters for AI: The creature learning system was groundbreaking for 2001 and still has not been replicated properly in modern games. The AI felt alive because it was learning, not following scripts.
Platforms: PC (legacy, requires workarounds to run on modern systems)
Price: Not sold digitally (abandonware status debated)
Notes: Worth seeking out if you care about AI game history. Spiritual successor vibes in Fable and Spore.
6. Spy Party
What it is: An asymmetric multiplayer game where one player is a spy at a party (trying to complete objectives while acting like an AI-controlled NPC) and the other player is a sniper watching from outside (trying to identify which character is human-controlled). The gameplay is literally about passing a Turing test in real time.
Why it matters for AI: The AI NPCs define the behavioral baseline that the human spy must mimic. The better the NPC AI, the harder the game. It is a brilliantly designed exploration of human vs machine behavior.
Platforms: PC (Steam)
Price: ~$25
Play it: Steam Store Page
7. Dwarf Fortress
What it is: A colony simulation so complex that each dwarf has procedurally generated memories, relationships, preferences, and psychological states. The emergent storytelling that comes from thousands of AI agents interacting is legendary—wars start because a dwarf got upset about a table assignment.
Why it matters for AI: The depth of agent simulation is unmatched. Each entity makes decisions based on hundreds of variables. It generates stories no human writer could script.
Platforms: PC (Steam version with graphics, or free classic ASCII version)
Price: ~$30 (Steam) or free (classic)
Play it: Steam Store Page · Free classic version
8. Hidden Folks (AI-adjacent)
What it is: A hand-drawn hidden-object game where the scenes react to your taps and interactions. While not strictly AI-powered, its procedural hint system and interactive environments represent a different approach to intelligent game design—the world responds to exploration rather than following a script.
Why it matters: A good example of how AI-adjacent design (responsive environments, adaptive difficulty hints) can make a simple concept feel alive.
Platforms: PC, Mac, iOS, Android
Price: ~$7
Play it: Steam Store Page
9. Voyager: Grand AI-Powered Minecraft Agent
What it is: Not a game you buy, but an open-source AI agent that plays Minecraft autonomously—it explores, crafts, fights, and sets its own goals using GPT-4 as its “brain.” You watch it play and learn. It is one of the most impressive demonstrations of AI agency in a game environment.
Why it matters for AI: Demonstrates how LLMs can be used as planning engines for autonomous game agents. A glimpse of where AI NPCs in future games are heading.
Platforms: PC (requires Minecraft + Python setup)
Price: Free (open source) + Minecraft ownership
Try it: GitHub — Voyager
10. Hades / Hades II (AI Director)
What it is: Supergiant’s roguelike action game uses a dynamic difficulty system and AI-directed encounter sequencing to keep runs feeling fresh. The game observes your performance and subtly adjusts what it throws at you—not to make it easier, but to keep it interesting.
Why it matters for AI: The AI director concept (used in Left 4 Dead, Hades, and other titles) shows how AI can improve game pacing without the player ever noticing. It is invisible AI done right.
Platforms: PC, Mac, Switch, PlayStation, Xbox
Price: ~$25
Play it: Steam Store Page
Tools for making your own AI games
If playing AI games made you curious about building one, here are the tools people are actually using right now:
| Tool | What it does | Best for | Link |
|---|---|---|---|
| Unity ML-Agents | Train AI agents inside Unity using reinforcement learning | Game developers who want smart NPCs | unity.com/ml-agents |
| Inworld AI | Create AI NPCs with personalities, memory, and voice | Narrative games, RPGs, virtual worlds | inworld.ai |
| Scenario.gg | Generate game art assets with AI (characters, environments, items) | Indie devs who need art fast | scenario.gg |
| Ludo.ai | AI game design assistant that generates concepts, mechanics, and market analysis | Game designers in ideation phase | ludo.ai |
| Promethean AI | AI-assisted 3D world building and level design | Environment artists and level designers | prometheanai.com |
For a deeper dive into building games with AI, read our guide: How to Make Games with AI: Tools and Tutorials.
What kind of AI are we actually talking about?
When people search for “AI games,” they usually mean one of three things:
- Games with generative AI as the core mechanic — like AI Dungeon or AI Roguelite, where the AI creates content in real time
- Games with advanced NPC AI — like Dwarf Fortress or Black & White, where characters learn and make complex decisions
- Games with AI directors — like Hades or Left 4 Dead, where AI adjusts the experience dynamically based on your performance
All three are represented in this list. The most exciting frontier right now is the first category—games that use large language models and generative AI to create entirely new content each time you play. That space is evolving fast, and new titles are appearing monthly on Steam and itch.io.
Keep exploring
- Best Gaming Keyboards for 2025 — the hardware side of your gaming setup
- Aesthetic Keyboards — if your gaming desk also needs to look good
- How to Make Games with AI — from player to creator