PromptZone - Leading AI Community for Prompt Engineering and AI Enthusiasts

Cover image for 80 Mini-Games Built with Fable Before Shutdown
Xiu Bergmann
Xiu Bergmann

Posted on

80 Mini-Games Built with Fable Before Shutdown

A developer posted a collection of 80 mini-games built with Fable on Hacker News, hosted at minigames.world/en. The post received 47 points and 64 comments before Fable itself was shut down.

Project: 80 mini-games | Platform: Fable (shut down) | Host: minigames.world | Discussion: 47 points, 64 comments

What It Is

The site contains 80 browser-based mini-games created with Fable, an AI-assisted game creation tool. Each game runs directly in the browser without additional installs. The collection preserves work that would otherwise be lost after Fable's closure.

80 Mini-Games Built with Fable Before Shutdown

How the Games Were Made

Fable allowed users to generate game logic and assets through natural language prompts. The developer iterated on prompts to produce complete, playable titles ranging from puzzle mechanics to simple action loops. All 80 titles share the same underlying export format that still executes today.

Community Reaction on Hacker News

The thread highlighted two main points. First, several commenters noted the difficulty of archiving AI-generated projects once the original service ends. Second, users asked for the exact prompt patterns that produced the most stable games.

  • One comment linked to archived Fable documentation
  • Multiple users requested the full prompt list used for the 80 games
  • Several asked whether similar output is possible with current open tools

How to Try the Games

Visit minigames.world/en and click any title. No accounts or downloads are required. Games load in under three seconds on standard connections.

"Technical context"
Fable exported self-contained HTML5 bundles. The games run on any modern browser that supports Canvas and WebAssembly. No server-side components remain active.

Alternatives and Comparisons

Developers seeking similar rapid game creation now compare several current options.

Tool Output Type Persistence Cost
Fable (archived) HTML5 bundle None after shutdown Free
Current AI game generators Varies Depends on provider $0–20/mo
Traditional engines Source files Full user control Free–$40 one-time

Who Should Use This

The collection is useful for researchers studying prompt-to-game pipelines and for hobbyists wanting quick examples of what short AI-assisted workflows can produce. Skip it if you need long-term maintainable code or commercial licensing.

Bottom line: The 80 games demonstrate both the speed of prompt-based creation and the permanence risk when the underlying platform disappears.

The archive serves as a concrete record of what one developer achieved with Fable in its final months.

Top comments (0)