GPT 5.5 Testindeki Promptlar ve Kodlar
1. Airplane Game (Uçak Oyunu) Create a single-file HTML5 airplane game using Canvas and vanilla JavaScript. Requirements: - Player controls an airplane with arrow keys (or WASD) and shoots with spacebar - Scrolling parallax background with clouds moving at different speeds - Enemy planes spawn from the right side with varied movement patterns (straight, sine wave, diving) - Bullet system with collision detection - Power-ups: shield, double-shot, and rapid-fire that drop from destroyed enemies - Particle explosion effects when enemies are destroyed - Health bar, score counter, and level progression (enemies get faster/tougher) - Boss fight every 5 levels with a unique attack pattern - Sound effects using Web Audio API (generated, no external files) - Game over screen with restart option and high score saved in memory Focus on smooth 60fps gameplay, satisfying game feel (screen shake, hit flash, juicy animations), and polished visuals. 2. Tank Battle Game (Tank Savaş Oyunu) Build a 2D top-down tank battle game in a single HTML file using Canvas and JavaScript. Requirements: - Player tank with tank body rotation (A/D keys) and independent turret aiming (mouse) - Movement with W/S for forward/reverse, realistic tank acceleration and friction - Shooting with left-click, projectiles with travel time and ricochet off walls (max 2 bounces) - Procedurally generated maze-like battlefield with destructible walls - 3-5 enemy AI tanks with different behaviors: patrol, hunter, sniper - Enemy AI uses line-of-sight detection and pathfinding to chase the player - Tread marks left on the ground as tanks move - Muzzle flash, smoke trails, and explosion effects - Mini-map in the corner showing tank positions - Multiple levels with increasing difficulty and new enemy types - HUD showing health, ammo, score, and current level Prioritize responsive controls, challenging but fair AI, and a gritty war-game atmosphere with appropriate color palette. 3. Paint Application (Paint Uygulaması)