UltimatePlay
One-file AI games.
🎮 AI GAME JAM 01 — LIVE NOW

Prompt a game. Upload one HTML file. Let the internet play it.

UltimatePlay is a curated arcade for self-contained AI‑generated games. Bring the weird, keep it mobile‑friendly, and make the first 15 seconds impossible to ignore.

0
GAMES LIVE
0
CREATORS
0
UPVOTES
ultimateplay://demo
GPT-5.4 Live
cabinet.tsx
GENERATED · GPT-5.423 LINES
1const cabinet = createCabinet({
2 title: "Nebula Rail",
3 touch: true,
4 safeBurner: true,
5});
6
7const player = spawnRunner({
8 lane: 1,
9 boost: 0,
10 palette: ["#2de2ff", "#00ff41"],
11});
12
13world.onTick(({ dt, beat }) => {
14 player.boost = ease(player.boost, beat * 0.12, dt);
15 spawnPickup({
16 type: beat % 6 === 0 ? "gpu" : "spark",
17 lane: randomLane(),
18 });
19 drawGlowTrack();
20 drawPlayer(player);
21});
22
23export default cabinet.mount(document.body);
STREAMINGsingle file · sandboxed · mobile-readyutf-8
NOW PLAYING
NEBULA RAIL
LIVE
60 FPS · SANDBOXED
🔥 HEAT CHECK

Top this week

The games earning the fastest repeat plays and upvotes.

See leaderboard
Game Node
ECHOES-OF-THE-VOID-SOULS-LIKE-BOSS-FIGHTS
Echoes of the void (souls like boss fights) thumbnail
🔥 New Drop
6
GOOGLE GEMINI 3.1 PRO Live

Echoes of the void (souls like boss fights)

Create a complete browser-based 3D boss-rush game using HTML, CSS, and JavaScript with Three.js from a CDN. Keep it self-contained and directly playable in a browser without any build step. The game should be a stylish third-person “souls-like” arena experience with: - player movement, sprint, dodge roll with i-frames, melee attack, third-person camera - health/stamina UI, boss name/health UI, death and victory screens, main menu - responsive menu layout that works on smaller screens and can scroll if needed - procedural audio using Web Audio API - strong visual presentation with emissive materials, particles, attack telegraphs, fog, lighting, and polished boss effects Build a circular arena with environmental detail, not just a flat floor. Include things like pillars, glowing runes, crystals, rim detail, lighting accents, and other atmospheric touches. The world should feel intentional and visually rich. Create 5 bosses, each with: - a distinct model/silhouette - unique theme and color identity - unique moves and attack patterns - readable telegraphs - different gameplay feel from the others Boss 1 through 4 should each feel original and varied. Include melee pressure, AoEs, movement attacks, projectiles, or other mechanics as appropriate, but avoid making them feel repetitive. Boss 5 should be the final boss and the most elaborate encounter: - it must have 2 phases - the second phase should be a rebirth/transformation, not just a recolor - the two phases should play differently - it should be only a little harder than the earlier bosses, not unfair - its model should be more detailed than the others - it should have the best effects and presentation in the game - it should interact with the world in some way - the world should visibly change during the phase transition For the final boss, make sure phase 2 includes a meteor-style attack: - it marks the player’s current location with a circle that stays there - a meteor appears in the sky - after a delay, the meteor crashes into that marked area and damages everything inside Also give phase 1 its own original signature mechanics, not generic repeats of attacks from other bosses. General design goals: - make the game feel polished, readable, and fun - prioritize strong visual identity and distinct boss mechanics - keep combat fair and dodgeable - make melee hit detection forgiving enough for floating or tall bosses - structure the code clearly with reusable systems for player logic, bosses, particles, telegraphs, and world state - include cleanup/reset logic when changing bosses or returning to menu Return the full complete code only.

6 upvotes1d ago
Play NowGo ›
Game Node
STEVE-THE-PC-REPAIR-MAN-HELPDESK-HAVOC
Steve The PC Repair Man: Helpdesk Havoc thumbnail
🔥 New Drop
3
META MUSE SPARK Live

Steve The PC Repair Man: Helpdesk Havoc

Make me a 3d FPS called Steve The PC repair man. It should be placed in a simple helpesk office floor, cubicles, pcs to smash, enemies, etc. Make it fun, make it look good, be creative, and keep it contained in a single html file

3 upvotes1d ago
Play NowGo ›
Game Node
CYBER-SURGE
Cyber Surge thumbnail
🔥 New Drop
2
GOOGLE GEMINI 3.1 PRO Live

Cyber Surge

Your goal is to make a fully playable 3d roguelike game inside a single html file. The roguelike game should have complex but very good looking 3d models for everything including the character, abilities, projectiles, and enimies. There should be a complete gameplay loop including a main menu with permenant upgrades, a round based balanced gameplay in a 3d arena with atleast 10 uniquie enemy types. You should be given the choice to choose from 3 upgrades every time you level up (the upgrades apply only during that game). There should be atleast 10 different active abilities, 5 different stat boosts (like health, damage, crit damge, crit chance ect). The game should be very fun and professional. very well made.

2 upvotes1d ago
Play NowGo ›
⚡ FRESH DROPS

Newest uploads

The latest self-contained experiments arriving on the platform.

Browse all
Game Node
STEVE-THE-PC-REPAIR-MAN-HELPDESK-HAVOC
Steve The PC Repair Man: Helpdesk Havoc thumbnail
🔥 New Drop
3
META MUSE SPARK Live

Steve The PC Repair Man: Helpdesk Havoc

Make me a 3d FPS called Steve The PC repair man. It should be placed in a simple helpesk office floor, cubicles, pcs to smash, enemies, etc. Make it fun, make it look good, be creative, and keep it contained in a single html file

3 upvotes1d ago
Play NowGo ›
Game Node
ECHOES-OF-THE-VOID-SOULS-LIKE-BOSS-FIGHTS
Echoes of the void (souls like boss fights) thumbnail
🔥 New Drop
6
GOOGLE GEMINI 3.1 PRO Live

Echoes of the void (souls like boss fights)

Create a complete browser-based 3D boss-rush game using HTML, CSS, and JavaScript with Three.js from a CDN. Keep it self-contained and directly playable in a browser without any build step. The game should be a stylish third-person “souls-like” arena experience with: - player movement, sprint, dodge roll with i-frames, melee attack, third-person camera - health/stamina UI, boss name/health UI, death and victory screens, main menu - responsive menu layout that works on smaller screens and can scroll if needed - procedural audio using Web Audio API - strong visual presentation with emissive materials, particles, attack telegraphs, fog, lighting, and polished boss effects Build a circular arena with environmental detail, not just a flat floor. Include things like pillars, glowing runes, crystals, rim detail, lighting accents, and other atmospheric touches. The world should feel intentional and visually rich. Create 5 bosses, each with: - a distinct model/silhouette - unique theme and color identity - unique moves and attack patterns - readable telegraphs - different gameplay feel from the others Boss 1 through 4 should each feel original and varied. Include melee pressure, AoEs, movement attacks, projectiles, or other mechanics as appropriate, but avoid making them feel repetitive. Boss 5 should be the final boss and the most elaborate encounter: - it must have 2 phases - the second phase should be a rebirth/transformation, not just a recolor - the two phases should play differently - it should be only a little harder than the earlier bosses, not unfair - its model should be more detailed than the others - it should have the best effects and presentation in the game - it should interact with the world in some way - the world should visibly change during the phase transition For the final boss, make sure phase 2 includes a meteor-style attack: - it marks the player’s current location with a circle that stays there - a meteor appears in the sky - after a delay, the meteor crashes into that marked area and damages everything inside Also give phase 1 its own original signature mechanics, not generic repeats of attacks from other bosses. General design goals: - make the game feel polished, readable, and fun - prioritize strong visual identity and distinct boss mechanics - keep combat fair and dodgeable - make melee hit detection forgiving enough for floating or tall bosses - structure the code clearly with reusable systems for player logic, bosses, particles, telegraphs, and world state - include cleanup/reset logic when changing bosses or returning to menu Return the full complete code only.

6 upvotes1d ago
Play NowGo ›
Game Node
CYBER-SURGE
Cyber Surge thumbnail
🔥 New Drop
2
GOOGLE GEMINI 3.1 PRO Live

Cyber Surge

Your goal is to make a fully playable 3d roguelike game inside a single html file. The roguelike game should have complex but very good looking 3d models for everything including the character, abilities, projectiles, and enimies. There should be a complete gameplay loop including a main menu with permenant upgrades, a round based balanced gameplay in a 3d arena with atleast 10 uniquie enemy types. You should be given the choice to choose from 3 upgrades every time you level up (the upgrades apply only during that game). There should be atleast 10 different active abilities, 5 different stat boosts (like health, damage, crit damge, crit chance ect). The game should be very fun and professional. very well made.

2 upvotes1d ago
Play NowGo ›