@berryxia: Holy crap, I just turned the childhood game *It's Manly to Go Down 18 Levels* into a version you can play online with f…
Summary
The author demonstrates how to use Codex's GPT-6 Sol and Combos CLI to create an online co-op version of a childhood game, detailing the iterative process from idea to deployment.
View Cached Full Text
Cached at: 09/24/26, 06:21 AM
Holy crap, I just turned the childhood game It’s Manly to Go Down 18 Levels into a version you can play online with friends 😂
Mainly used Codex’s GPT-6 Sol + Combos CLI @CombosFun_AI to whip up a co-op True Manly to Go Down 18 Levels
At the start, I just gave Codex one idea: “Make a little game where everyone jumps down together, and if you mess up, you’re out.”
Then, while playing, I kept trash-talking out loud: Characters gotta be ugly-cute, jumps need actual motion, go deep enough and you fight a Boss, plus items, AI opponents, and real-player co-op. It just iterated round after round fixing stuff.
The assets part was pretty fun—super convenient.
In Combos CLI, you can call up image and pixel asset models for characters, scenes, items, action frames; for 3D there’s Tripo, Meshy; For hit sound effects, character voiceovers, BGM, you’ve got options like ElevenLabs, Suno, etc.
Then hook up the multiplayer, deploy to Combos, and friends can just click the link to jump in and play.
Wanna try it yourself? First send the CLI page to Codex, Claude, let it help you install: https://combos.converge.ai/cli
It’s really not “one sentence spits out a full game.” The best part is starting from one sentence—you keep nitpicking, AI keeps tweaking it till it’s actually playable.
The video below is the whole process from idea to release 👇 Game’s right here too—see how many levels you can drop, comment and play:
If you’re a man, come drop 18 levels! Don’t just brag in the comments first 😄
Combos Fun | Combos CLI
Source: https://combos.converge.ai/cli
CLI## Build with your agent. Publish with Combos.
Help me install Combos CLI and its skill using https://cdn.combos.fun/cli/install.md. Verify the installation, then guide me through account login.
Works with the agents you use
ONE CLI, THREE CAPABILITIES
From your terminal to a playable Post.
Your account
Sign in securely and check your account and remaining Credits.
combos account \-\-help
Game assets
Generate, find, and download images, animations, audio, and other game assets.
combos asset \-\-help
Playable Posts
Upload a built H5 game and cover. Create a Post, choose PC or Mobile, and update it later.
combos post \-\-help
GET STARTED
An idea. An agent. A game to share.
01
Connect your account
Authorize in your browser, then check your account and Credits.
combos account login
combos account status
Ask your agent to build the game. Explore asset options when you need them.
combos asset generate --schema
combos asset list
Prepare the H5 build and cover, then create your Post. Choose the devices your game supports.
combos post create --dir ./dist --title "My game" --cover ./cover.png --platform pc,mobile
Keep making it better.
Update the same Post. A new agent task can use combos.json or post list and post get to pick up where you left off.
combos post update --dir ./dist
combos post get
Similar Articles
@BubuStd: Built a Bakusou Kyoudai Let’s & Go!! game with GPT-6 Astra—one of my childhood favorites animate. Astra Pro’s first bro…
A user built a Bakusou Kyoudai Let’s & Go!! fan game using GPT-6 Astra AI and Three.js, with a playable browser build available.
@googledevs: Follow along as @ammaar demonstrates how fast you can go from a single prompt with Gemini 3.7 Flash to a fully playable…
Google Developers demonstrates building a playable 90s-style sprite game from a single prompt using Gemini 3.7 Flash, highlighting its versatility in creative coding and tool use. The model is rolling out in Antigravity, Google AI Studio, and the Gemini API.
@bentlegen: I’m beginning to realize no one is generating video games for people to actually play Prompting itself has become the v…
Scott Stevenson introduces SuperAstra, a tool that allows live editing of Super Nintendo games using GPT-6, highlighting its effectiveness in reverse engineering classic video games.
@cb_doge: Made a fun little game for my nephew using Grok 4.7. I gave it a simple prompt, and within minutes, he was playing the …
A user shared how they quickly created a game for their nephew using Grok 4.7 with a simple prompt, demonstrating AI's rapid development capabilities.
@ye_combinator: Spent last weekend giving HoMM 3(Heroes of Might and Magic III) a generative AI graphics remake. Yes, the game that ate…
Using generative AI, a user remade the graphics for Heroes of Might and Magic III, creating mods for the open-source VCMI engine with tools like MeshyAI and GPT-6 Astra, documented in a blog series.