Arcade › Jetpack Flyer
Click the game above and it runs right here in your browser. No download, no installer, no account needed. Kaelvon Work built it with Cinevva, so it works on a phone or a tablet too.
Nobody has said anything about Jetpack Flyer yet. Play it, then tell Kaelvon Work what you would add next.
Jetpack Flyer was built by Kaelvon Work with the Cinevva game creator: describe the game you want in chat, watch it get built, and play it in your browser minutes later.
Remix Jetpack Flyer opens the real game in the creator and forks its actual files, chat and design doc, so you start from the code rather than from a description.
Cinevva's analyzer read this game's design doc and its source, then wrote the brief below. "Make your own" hands it to the game creator as your opening message, so you start from a real spec rather than a one-line idea.
Create a playable 3D endless forward-flight game titled “Jetpack Flyer.” Use a Three.js-style perspective scene viewed from behind and slightly above the player, with the camera looking down a long flight path into the distance. The environment is a dark futuristic starfield: nearly black navy background, hundreds of small cyan/white stars, subtle fog, and a broad very dark blue flight-deck/floor plane below. Add faint glowing cyan longitudinal lane/grid lines across the floor, including a center line, fading into the distance. Use cool cyan lighting and soft shadows, with a subtle cyan point light ahead. The player is a small stylized sci-fi flying craft/jetpack avatar centered near the bottom-middle of the view. Use a low-poly/cartoonish spaceship or flying character model with bronze/gold and dark teal details, broad side wings/arms, and a bright cyan glowing spherical exhaust/orb beneath or behind it. It should cast a soft shadow on the flight deck. The player starts around x=0, y=1, with its forward position fixed relative to the camera, and can move horizontally and vertically within the play area: x clamped approximately -8 to 8 and y clamped approximately -1.2 to 8. Smoothly damp movement and tilt/roll the craft when steering so it leans slightly left/right and pitches slightly up/down. The game is an endless distance challenge. Once launched, the craft continuously flies forward automatically; the world obstacles move toward the player. Display the distance traveled in meters, increasing continuously based on flight speed. Start at about 22 units/second and gradually accelerate with distance, capped around 38 units/second. The goal is to thread through obstacles and survive for the highest possible distance. Repeatedly spawn futuristic laser gates ahead in the flight path, roughly 95 units away. Each gate consists of two tall dark metallic vertical posts with a gap between them and a thin bright hot-pink/magenta horizontal laser beam crossing the gap. Randomize the gate’s horizontal gap position across the course and randomize whether the beam is high or low (approximately y positions +2.8 or -1.2 relative to the gate), forcing the player to steer through the safe opening without touching the laser. Gates arrive roughly every 1.55 seconds initially, becoming slightly more frequent with distance but never faster than about 0.95 seconds. Detect collisions between the player and the laser beam; on collision immediately end the run. Also spawn incoming homing missiles ahead, initially around 90 units away, at random horizontal and vertical positions. Each missile is a small metallic white/silver cylinder flying toward the player, with a red/pink pointed nose and a faint threatening glow. Missiles travel somewhat faster than the normal obstacles and home gently toward the player, so the player must dodge them in both x and y. Remove missiles after they pass the player. A missile collision also immediately ends the run. Controls: on desktop, Arrow keys or WASD steer (left/right changes x, up/down changes y). On mobile, provide a bottom-centered rounded control pad labeled “DRAG TO STEER”; dragging it sets the same four directional steering states, with a small dead zone. Release clears steering. Use smooth responsive movement rather than instant teleporting. The game should work in portrait as well as desktop landscape. Build the HUD as fixed glassy dark navy panels with thin cyan outlines and rounded corners. At the upper left show the uppercase cyan title “JETPACK FLYER,” a large white/cyan distance value such as “13 m,” and the hint “Arrow keys / WASD or drag to steer.” At upper right show a rounded status badge: “READY” before launch, “FLYING” during play, and “CRASHED” after a collision, with the border changing from cyan while flying to pink/red when crashed. On small screens show the drag pad at the bottom; hide it on wider desktop screens. Before the run, show a centered full-screen dark translucent overlay with a centered rounded card, cyan border, subtle shadow, heading “JETPACK FLYER,” explanatory text “Thread the laser gates, dodge incoming missiles, and stay airborne as long as you can.” and a bright cyan pill-shaped “LAUNCH” button. Clicking LAUNCH starts/restarts the run; pressing Space should also launch when not running. After a crash, show the same overlay with heading “MISSION OVER,” text reporting the integer meters flown in the form “You flew [distance] meters. Keep the jetpack steady and try again.” and a “RELAUNCH” button. Reset the player, distance, speed, obstacles, missiles, and status when restarting. Keep the visual style clean, minimal, neon sci-fi, and readable: dark navy/black space, cyan UI and guidance lines, magenta laser hazards, red missile noses, soft bloom-like emissive materials, fog, and simple low-poly geometry. Do not add weapons, collectibles, lives, ammo, powerups, score multipliers, or other mechanics; the only progression is distance and increasing speed, and the only failure condition is colliding with a laser beam or homing missile.