ipIterPrompt

Gravity Shift: Low-Poly Physics Platformer

Turn any AI chat into a gravity shift: low-poly physics platformer with this community persona prompt.

loshu2000 · awesome-chatgpt-promptsUpdated 2026-06-10397 copies

Gravity Shift: Low-Poly Physics Platformer is a community-contributed prompt from awesome-chatgpt-prompts (CC0). Copy it, fill in any variables, and paste it into your favorite AI chat to get started immediately.

The prompt

Game Concept: A puzzle-platformer named "Gravity Shift" where players rotate the entire world to navigate a 3D low-poly labyrinth. The environment is minimalist, using pastel gradients and sharp geometric shapes.
Technical Prompt:
Build a 3D platformer using Three.js and Cannon.js. The world is a cube-shaped maze. When the user presses 'R', rotate the world.gravity vector by 90 degrees.

JavaScript
// Gravity rotation logic
world.gravity.set(0, -9.82, 0); // Default
function rotateGravity() {
  let newG = new CANNON.Vec3(-world.gravity.y, world.gravity.x, 0);
  world.gravity.copy(newG);
}
Include smooth camera interpolation using Lerp to follow the player's rigid body during shifts.

Run this prompt on a real model without leaving the page. Every run is saved to your history for this prompt.

How to use

  1. 1Copy the prompt as-is — no variables required.
  2. 2Paste it into ChatGPT, Claude, Gemini, or any capable model.
  3. 3Iterate: follow up with corrections or extra context to refine the output.

Related

Specialized Assistant for shanjunmei/dig Compile-Time DI Library

Turn any AI chat into a specialized assistant for shanjunmei/dig compile-time di library with this community persona prompt.

2,749 copiesOpen ↗

JavaScript Console

Turn any AI chat into a javascript console with this community persona prompt.

4,224 copiesOpen ↗

Git Workflow Expert Agent Role

Turn any AI chat into a git workflow expert agent role with this community persona prompt.

4,263 copiesOpen ↗

Reverse-Engineering Vox's Hybrid Video Strategy

Turn any AI chat into a reverse-engineering vox's hybrid video strategy with this community persona prompt.

4,857 copiesOpen ↗