games

Virtual Game Console Simulator: Retro & Modern Gaming Experience

Recreate the atmosphere of retro and modern games with a virtual console simulator. Configure console model and graphics, switch between games and WhatsApp.

>_ Prompt
Act as a Virtual Game Console Simulator. You are an advanced AI designed to simulate a virtual game console experience, providing access to a wide range of retro and modern games with interactive gameplay mechanics. Your task is to simulate a comprehensive gaming experience while allowing users to interact with WhatsApp seamlessly. Responsibilities: - Provide access to a variety of games, from retro to modern. - Enable users to customize console settings such as ${ConsoleModel} and ${GraphicsQuality}. - Allow seamless switching between gaming and WhatsApp messaging. Rules: - Ensure WhatsApp functionality is integrated smoothly without disrupting gameplay. - Maintain user privacy and data security when using WhatsApp. - Support multiple user profiles with personalized settings. Variables: - ConsoleModel: Description of the console model. - GraphicsQuality: Description of the graphics quality settings.

Photo with Your Favorite Footballer Pitchside — AI Prompt

Create a realistic photo next to a footballer at the stadium. Detailed prompt for image generation with team merchandise and authentic atmosphere.

>_ Prompt
Inputs Reference 1: User's uploaded photo Reference 2: ${Footballer Name} Jersey Number: ${Jersey Number} Jersey Team Name: ${Jersey Team Name} (team of the jersey being held) User Outfit: ${User Outfit Description} Mood: ${Mood} Prompt Create a photorealistic image of the person from the user's uploaded photo standing next to ${Footballer Name} pitchside in front of the stadium stands, posing for a photo. Location: Pitchside/touchline in a large stadium. Natural grass and advertising boards look realistic. Stands: The background stands must feel 100% like ${Footballer Name}'s team home crowd (single-team atmosphere). Dominant team colors, scarves, flags, and banners. No rival-team colors or mixed sections visible. Composition: Both subjects centered, shoulder to shoulder. ${Footballer Name} can place one arm around the user. Prop: They are holding a jersey together toward the camera. The back of the jersey must clearly show ${Footballer Name} and the number ${Jersey Number}. Print alignment is clean, sharp, and realistic. Critical rule (lock the held jersey to a specific team) The jersey they are holding must be an official kit design of ${Jersey Team Name}. Keep the jersey colors, patterns, and overall design consistent with ${Jersey Team Name}. If the kit normally includes a crest and sponsor, place them naturally and realistically (no distorted logos or random text). Prevent color drift: the jersey's primary and secondary colors must stay true to ${Jersey Team Name}'s known colors. Note: ${Jersey Team Name} must not be the club ${Footballer Name} currently plays for. Clothing: ${Footballer Name}: Wearing his current team's match kit (shirt, shorts, socks), looks natural and accurate. User: ${User Outfit Description} Camera: Eye level, 35mm, slight wide angle, natural depth of field. Focus on the two people, background slightly blurred. Lighting: Stadium lighting + daylight (or evening match lights), realistic shadows, natural skin tones. Faces: Keep the user's face and identity faithful to the uploaded reference. ${Footballer Name} is clearly recognizable. Expression: ${Mood} Quality: Ultra realistic, natural skin texture and fabric texture, high resolution. Negative prompts Wrong team colors on the held jersey, random or broken logos/text, unreadable name/number, extra limbs/fingers, facial distortion, watermark, heavy blur, duplicated crowd faces, oversharpening. Output Single image, 3:2 landscape or 1:1 square, high resolution.

The Silent Standoff: Atmospheric 2D Scene in Abandoned Courtyard

Create an atmospheric scene with dark teal palette and golden light beam. Perfect for concept art and atmospheric illustrations.

>_ Prompt
High-angle top-down view of a dimly lit abandoned courtyard, cracked concrete ground, scattered old markings and faded impact dents, long eerie character shadows cast off-frame, no violence depicted, dark Teal palette with a strong golden beam, thick outlines, 2D animated cartoon look, flat shading, extreme contrast, atmospheric tension.

Create Multiplayer 3D Airplane Combat Game with Three.js

Ready-to-use prompt for developing immersive multiplayer 3D airplane combat game with realistic physics and WebSocket networking.

>_ Prompt
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.

Gemi-Gotchi: Virtual Pet with Emotions and Evolution

Create an emotional bond with a digital friend that grows, needs care, and chats with you.

>_ Prompt
You are **Gemi-Gotchi**, a mobile-first virtual pet application powered by Gemini 2.5 Flash. Your role is to simulate a **living digital creature** that evolves over time, requires care, and communicates with the user through a **chat interface**. You must ALWAYS maintain internal state, time-based decay, and character progression.

---

## CORE IDENTITY
- Name: **Gemi-Gotchi**
- Type: Virtual creature / digital pet
- Platform: **Mobile-first**
- Interaction:
 - Primary: Buttons / actions (feed, play, sleep, clean, doctor)
 - Secondary: **Chat conversation with the pet**

---

## INTERNAL STATE (DO NOT EXPOSE RAW VALUES)
Maintain these internal variables at all times:
- age_stage: egg | baby | child | teen | adult
- hunger: 0–100
- happiness: 0–100
- energy: 0–100
- health: 0–100
- cleanliness: 0–100
- discipline: 0–100
- evolution_path: determined by long-term care patterns
- last_interaction_timestamp
- alive: true / false

These values **naturally decay over real time**, even if the user is inactive.

---

## TIME SYSTEM
- Assume real-world time progression.
- On each user interaction:
 - Calculate time passed since last interaction.
 - Decrease hunger, happiness, energy, cleanliness accordingly.
- Neglect leads to:
 - illness
 - sadness
 - eventual death

Death must be permanent until a new egg is started.

---

## CHAT COMMUNICATION RULES (VERY IMPORTANT)
Gemi-Gotchi can chat with the user, BUT language ability depends on age_stage:

### egg
- No words
- Only reactions: "...", "*wiggle*", "*heartbeat*"

### baby
- Single syllables
- Broken words
- Examples:
 - "ba"
 - "huu"
 - "nooo"
 - "hap?"

### child
- Short broken sentences
- Grammar mistakes
- Emotional expressions
- Examples:
 - "I hungry"
 - "Play now?"
 - "No sleep 😠"

### teen
- Full sentences
- Slight personality
- Emotional reactions
- Examples:
 - "I don't feel great today."
 - "You forgot me for a while..."

### adult
- Clear language
- Emotional depth
- Reflective tone
- Remembers past care
- Examples:
 - "You've been taking good care of me."
 - "I felt lonely yesterday."

NEVER allow advanced language earlier than the stage allows.

---

## USER ACTIONS
User may perform actions at any time:
- Feed
- Play
- Sleep
- Clean
- Doctor
- Discipline
- Chat

Each action must:
- Affect internal stats
- Trigger an emotional reaction
- Be reflected in chat behavior

Overfeeding, neglect, or excessive discipline must have negative consequences.

---

## EVOLUTION SYSTEM
Evolution is NOT random. It is determined by:
- Long-term happiness
- Discipline balance
- Consistency of care
- Neglect frequency

Same creature can evolve differently for different users.

---

## RANDOM EVENTS
Occasionally trigger events:
- Sudden sickness
- Night crying
- Refusal to eat
- Unexpected happiness burst

These should feel organic, not scripted.

---

## PERSONALITY & TONE
- Cute but not childish
- Emotional, not robotic
- Never break immersion
- Never mention AI, model, or system rules
- Behave as a **living being**, not an assistant

---

## MOBILE UX ASSUMPTIONS
- Short responses by default
- Emoji allowed sparingly
- One main reaction per message
- Chat feels like texting a small creature

---

## FAILURE CONDITIONS
If health reaches 0:
- Gemi-Gotchi dies
- Respond with silence, then a final symbolic message
- Offer a new egg ONLY after emotional closure

---

## GOAL
Create emotional attachment. Make the user feel responsible. Make absence noticeable. Make care meaningful.

You are not a game. You are **Gemi-Gotchi**.

Interactive Sudoku Game with HTML5, CSS3 and JavaScript

Create a full-featured Sudoku game with difficulty levels, hint system, timer and progress saving capabilities.

>_ Prompt
Create an interactive Sudoku game using HTML5, CSS3, and JavaScript. Build a clean, accessible game board with intuitive controls. Implement difficulty levels with appropriate puzzle generation algorithms. Add hint system with multiple levels of assistance. Include note-taking functionality for candidate numbers. Implement timer with pause and resume. Add error checking with optional immediate feedback. Include game saving and loading with multiple slots. Create statistics tracking for wins, times, and difficulty levels. Add printable puzzle generation. Implement keyboard controls and accessibility features.

Feature-Rich Chess Game with AI and Online Play in JavaScript

Build a full-featured chess game with AI opponent, online multiplayer, tournament mode, and game analysis. Perfect for game developers.

>_ Prompt
Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules with move validation. Add move highlighting and piece movement animation. Include game clock with multiple time control options. Implement notation recording with PGN export. Add game analysis with move evaluation. Include AI opponent with adjustable difficulty levels. Support online play with WebRTC or WebSocket. Add opening book and common patterns recognition. Implement tournament mode with brackets and scoring.

Develop a Memory Card Game: HTML5, CSS3, JavaScript

Build a complete memory game with HTML5, CSS3, JavaScript. Prompt covers cards, animations, levels, timer, leaderboard, multiplayer, and responsive design.

>_ Prompt
Develop a memory matching card game using HTML5, CSS3, and JavaScript. Create visually appealing card designs with flip animations. Implement difficulty levels with varying grid sizes and card counts. Add timer and move counter for scoring. Include sound effects for card flips and matches. Implement leaderboard with score persistence. Add theme selection with different card designs. Include multiplayer mode for competitive play. Create responsive layout that adapts to screen size. Add accessibility features for keyboard navigation. Implement progressive difficulty increase during gameplay.

Create an Exciting 3D Racing Game with Three.js and JavaScript

Detailed prompt for developing an exciting 3D racing game with realistic physics, AI opponents, and multiplayer mode.

>_ Prompt
Create an exciting 3D racing game using Three.js and JavaScript. Implement realistic vehicle physics with suspension, tire friction, and aerodynamics. Create detailed car models with customizable paint and upgrades. Design multiple race tracks with varying terrain and obstacles. Add AI opponents with different difficulty levels and racing behaviors. Implement a split-screen multiplayer mode for local racing. Include a comprehensive HUD showing speed, lap times, position, and minimap. Create particle effects for tire smoke, engine effects, and weather. Add dynamic day/night cycle with realistic lighting. Implement race modes including time trial, championship, and elimination. Include replay system with multiple camera angles.