vibe-jet logo

vibe-jet

Enrichment pending
cedrickchee/vibe-jet

A browser-based 3D multiplayer flying game with arcade-style mechanics, created using the Gemini 2.5 Pro through a technique called "vibe coding"

GraphCanon updated today · GitHub synced today

66 stars16 forksLast push 1y HTML MIT

Verify the decision

Maintenance and security

Full trust report
Maintenance
Dormant (463d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
3 low (3 low)
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/cedrickchee/vibe-jet

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A browser-based 3D multiplayer flying game with arcade-style mechanics, created using the Gemini 2.5 Pro through a technique called "vibe coding"

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 15, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 15, 2026

Languages
html, javascript

Source: github.language+package.json · Jul 15, 2026

Categories

Tags

README

Vibe Jet

Badge image

https://github.com/user-attachments/assets/e072605b-753a-49b8-b5ee-1544e1a1e656

A browser-based 3D multiplayer flying game with arcade-style mechanics. I created this project using the Gemini 2.5 Pro experimental model through a technique called "vibe coding."

Date: March 26-27, 2025

What is Vibe Coding?

Badge image

Vibe coding—a term popularized by Andrej Karpathy in early 2025—refers to the process of developing software by collaborating with AI models. This approach has gained significant traction, especially since xAI's Grok-3 launch encouraged developers to build games using their platform.

While many impressive 3D flying games and flight simulators created through vibe coding have emerged, most developers showcase only the final product without revealing their development process. This project aims to fill that gap by documenting my complete journey of building an advanced 3D game with AI assistance.

This project also demonstrates how vibe coding with advanced AI models can streamline game development.

Gemini 2.5 Pro

The Gemini family of models offers several distinctive capabilities:

  • Long context length — Gemini 2.5 Pro supports up to 1 million tokens.
  • Video analysis — YouTube video link support in Google AI Studio and the Gemini API. You can summarize, extract a specific set of structured outputs, and creating insights from analyzing multiple videos together.
  • Audio input processing — a feature rarely found in competing models, especially with this token length and timestamp accuracy.
  • Native image generation and editing capabilities.
  • Bounding box detection for image inputs.

My initial experiments with Gemini 2.5 Pro reveal it to be a remarkably strong new model, particularly good at code generation.

Initial Screenshots and Videos

If you are interested, you can check the screenshots and videos from the first day when I started developing the game. These are from my own Tweets/X posts:

The Initial Prompt

Here's the complete prompt I used to initiate the project:

Create a browser-based 3D flying game with multiplayer functionality using HTML, JavaScript, Three.js, and WebSockets. The game should be inspired by Pieter Levels' (levelsio) project at fly.pieter.com.

## Reference Materials
These references represent the original inspiration:
- Main game website: https://fly.pieter.com
- Twitter/X development thread starting on 2025-02-23: https://x.com/levelsio/status/1893350391158292550
- Key feature updates on Twitter/X:
  - https://x.com/levelsio/status/1893385114496766155
  - https://x.com/levelsio/status/1893468798101094587 (multiplayer with WebRTC)
  - https://x.com/levelsio/status/1894066879758508036 (FOV changes with speed)
  - https://x.com/levelsio/status/1894125123197964542 (night sky and space flying)
  - https://x.com/levelsio/status/1894359671172972760 (WebSockets server)
  - https://x.com/levelsio/status/1894429987006288259 (first playable alpha)
- Ideas board: https://ideasandbugs.com/?b=67bf044fffab95c913394529

## Core Game Features (prioritized)
1. 3D flight mechanics with realistic physics
   - Aircraft movement (roll, pitch, yaw)
   - Adjustable speed with afterburner option
   - Camera FOV that increases with speed
   - Collision detection with buildings

2. Visual elements
   - Urban lan

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.