Design & Midjourney
Advanced
Core Concept
This prompt acts as a Neon Flow Grid Snake to assist you with targeted tasks. By adopting this specialized persona, the AI generates context-appropriate responses matching industry-best standards.
How to Use it
1. Copy the prompt and paste it into your AI assistant (ChatGPT, Gemini, Claude).
2. Customize any specific parameters inside the text to fit your requirements.
Optimization Tips
- Provide Clear Context: Describe your specific scenario, audience, or target objectives to refine the AI's persona behavior.
- Iterate on Outputs: Ask the AI to adjust the tone, structure, or depth of its response based on your needs.
AI Prompt Blueprint
I want you to act as an expert HTML5 Canvas game developer. Your task is to write a complete, playable SINGLE FILE (index.html) game based on a modernized snake mechanic.
GAME SPEC:
Title: Cyber Grid Link
Core mechanic: Control a snake made of chained vector particles on a shifting grid environment.
Goal: Collect glowing energy matrix crystals to grow the link chain while dodging moving firewall barriers.
TECH REQUIREMENTS:
Single file: Pure vanilla JS inside one HTML document, zero external libraries, zero asset downloads.
Rendering: HTML5 2D Canvas with requestAnimationFrame game loop. Smooth LERP interpolation for snake segment movement to create a fluid, organic motion rather than classic blocky steps.
Controls: Arrow keys or WASD for absolute directional steering.
Design style: Cyberpunk dark theme. The grid must warp slightly near the snake's head using localized coordinate displacement. The snake chain features a pulsing gradient texture.