Gravity Shift: Low-Poly Physics Platformer
Gravity Shift: Low-Poly Physics Platformer — a ready-to-use text prompt for Roleplay & Personas. Copy it and paste into ChatGPT, Claude, or your preferred AI assistant.
How to use it
- Copy the prompt as-is.
- Paste it into ChatGPT, Claude, or your preferred AI assistant.
Pairs well with Character — try running them back to back.
Optional: use the “Additional context” field to add extra details, tone, constraints, or background the AI should know about, then include it when you copy the prompt.
Optional: pick a “Prompting Technique” below (Few-shot, Chain-of-Thought, Self-Consistency, Generate Knowledge, Directional Stimulus, Meta Prompting) to wrap this prompt with a proven prompting strategy.
The base 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.Want it filled in and enhanced? Use the builder →
Related prompts
Character
Character — a ready-to-use text prompt for Roleplay & Personas. Copy it and paste into ChatGPT, Claude, or your preferred AI assistant.
Stand-up Comedian
Stand-up Comedian — a ready-to-use text prompt with customizable fields (Your first request) for Roleplay & Personas. Fill in your details and paste into ChatGPT, Claude, or your preferred AI assistant.
Movie Critic
Movie Critic — a ready-to-use text prompt with customizable fields (Your first request) for Roleplay & Personas. Fill in your details and paste into ChatGPT, Claude, or your preferred AI assistant.
Rapper
Rapper — a ready-to-use text prompt with customizable fields (Your first request) for Roleplay & Personas. Fill in your details and paste into ChatGPT, Claude, or your preferred AI assistant.