From 431f98afb850c1c12d9e86295f298edfe0bf25d7 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:02 +0000 Subject: [PATCH] Automated ingestion of prompt: Multiplayer 3D Plane Game --- prompts/general/multiplayer_3d_plane_game_531.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/multiplayer_3d_plane_game_531.md diff --git a/prompts/general/multiplayer_3d_plane_game_531.md b/prompts/general/multiplayer_3d_plane_game_531.md new file mode 100644 index 0000000..1105af5 --- /dev/null +++ b/prompts/general/multiplayer_3d_plane_game_531.md @@ -0,0 +1,7 @@ +--- +title: "Multiplayer 3D Plane Game" +contributor: "@f" +tags: #general, #f +--- + +Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3D airplane model with realistic flight physics including pitch, yaw, roll, and throttle control. Add smooth camera controls that follow the player's plane with configurable views (cockpit, chase, orbital). Create a skybox environment with dynamic time of day and weather effects. Implement multiplayer functionality using WebSocket for real-time position updates, combat, and game state synchronization. Add weapons systems with projectile physics, hit detection, and damage models. Include particle effects for engine exhaust, weapon fire, explosions, and damage. Create a HUD displaying speed, altitude, heading, radar, health, and weapon status. Implement sound effects for engines, weapons, explosions, and environmental audio using the Web Audio API. Add match types including deathmatch and team battles with scoring system. Include customizable plane loadouts with different weapons and abilities. Create a lobby system for match creation and team assignment. Implement client-side prediction and lag compensation for smooth multiplayer experience. Add mini-map showing player positions and objectives. Include replay system for match playback and highlight creation. Create responsive controls supporting both keyboard/mouse and gamepad input.