The Lost Feed

📜History Tales

The Strange Story of the Game ChatGPT Built

Discover the forgotten tale of a video game created entirely by ChatGPT using Elixir/LiveView. An amazing tech experiment that few remember.

0 views·5 min read·Jun 21, 2026
An Elixir/LiveView game written entirely by ChatGPT

Imagine a world where artificial intelligence doesn't just write stories or answer questions, but actually builds a functioning video game from scratch. It sounds like science fiction, right? Well, a few years ago, this very thing happened, and the results were more surprising than anyone expected.

This isn't about an AI designing game levels or characters. This is about an AI writing the entire backend code, the frontend logic, and making it all work together. It was a true test of what large language models could do, pushing boundaries in a way that quickly got overshadowed by new AI breakthroughs.

The Wild Idea: Could AI

Code a Game?

The initial spark for this project was a simple, yet ambitious, question. Could a powerful AI, like ChatGPT, be prompted to write a complete, playable video game? The challenge wasn't just about generating snippets of code. It was about creating a coherent application with a user interface, game logic, and server-side operations.

The person behind this experiment decided to give the AI a very specific task. They wanted a simple game, something turn-based, but built with a technology stack known for its real-time capabilities. This choice would truly test the AI's understanding of complex programming frameworks.

Choosing

Elixir and LiveView: A Bold Move

What made this experiment even more fascinating was the choice of programming languages and frameworks. The developer didn't ask ChatGPT to build the game in a common language like Python or JavaScript. Instead, they opted for Elixir and LiveView.

Elixir is a functional programming language known for building scalable, fault-tolerant systems. LiveView, part of the Phoenix framework for Elixir, allows developers to build rich, interactive user interfaces with server-rendered HTML. It's a powerful, but somewhat niche, combination. Asking an AI to work with it was a bold move, almost like asking it to paint a masterpiece using only rare, antique brushes.

"The real test wasn't just if it could write code, but if it could understand and implement a complete system using less common, specialized tools."

This choice meant ChatGPT had to do more than just recall syntax. It had to understand the architectural patterns, the state management, and the real-time communication inherent in LiveView applications. It was a steep climb, even for a human developer.

The Iterative

Dance of Code and Prompts

The process wasn't a one-shot command where the AI instantly spat out a perfect game. Instead, it was an iterative conversation. The developer acted as a project manager, guiding the AI step by step. They would ask for a component, test it, find errors, and then feed those errors back to ChatGPT for correction.

Think of it like this:

  1. Initial Request: "Write an Elixir LiveView game where players take turns clicking a button."

  2. AI Response: Provides initial code, often with some flaws or missing pieces.

  3. Developer Feedback: "This part isn't working," or "How do I add a score counter?"

  4. AI Correction/Improvement: Adjusts the code, adds new features.

This back-and-forth went on for hours. It showed that while AI could generate code, human oversight and debugging were still crucial. It was a collaboration, not a complete replacement of the developer.

The Game Itself: Simple, Yet Profound

So, what kind of game did ChatGPT ultimately create? It was a simple, turn-based clicking game. Players would connect to a web page, and the game would manage turns, display scores, and update the state in real-time. It wasn't a visually stunning masterpiece or a complex strategy game.

However, its simplicity was precisely what made the experiment so powerful. It demonstrated that ChatGPT could:

  • Generate a full-stack web application.
  • Manage real-time state across multiple users.

  • Handle user input and update the UI accordingly.

  • Work with a relatively advanced and specific tech stack (Elixir/LiveView).

It proved that the AI could move beyond basic coding exercises and into the realm of functional, interactive software development. The game, while basic, was fully playable and surprisingly robust for something built by an AI.

The Implications: A

Glimpse into the Future?

The creation of this AI-built game opened eyes to the potential of large language models in software development. It wasn't just about writing helper functions anymore. It suggested a future where AI could assist in scaffolding entire applications, handling boilerplate code, and even debugging complex issues.

This experiment highlighted the role of AI as a powerful tool for rapid prototyping and development. It showed how a single developer, armed with a sophisticated AI, could achieve what might otherwise take a small team or significantly more time.

It sparked conversations about whether AI would eventually replace developers. However, the consensus was (and still is) that AI would augment, rather than replace, human creativity and problem-solving skills in coding.

Why This Story Faded So Quickly

Despite its groundbreaking nature, the story of the ChatGPT-built Elixir game didn't stay in the spotlight for long. The world of AI moves at an incredible pace. New models, new features, and new breakthroughs seem to happen every week.

What was revolutionary one month became just another interesting experiment the next. The constant stream of innovation meant that even significant achievements could quickly get lost in the noise. It's a common fate for many early viral tech stories, especially in a field as dynamic as artificial intelligence.

This rapid advancement is a double-edged sword. While it pushes technology forward, it also means that fascinating, foundational moments can be forgotten too soon. The "next big thing" always overshadows the "last big thing."

A Lingering Legacy for AI and Code

Even though the Elixir game built by ChatGPT might be a forgotten viral story, its implications remain. It was an early, concrete example of an AI not just generating text, but crafting functional software from a conceptual prompt.

It stands as a quiet reminder of AI's capabilities and the potential for a new kind of collaboration between humans and machines in the world of programming. Perhaps, as AI continues to evolve, we'll look back at this simple game as a pivotal moment, a small but mighty step in the journey of AI-assisted creation.

How does this make you feel?

Comments

0/2000

Loading comments...