|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>3D Asteroids</title> |
| 7 | + <meta name="description" content="Experience thrilling first-person 3D Asteroids gameplay in this browser-based game. Navigate through space, shoot asteroids, and survive increasingly difficult levels."> |
| 8 | + <meta name="keywords" content="3D Asteroids, browser game, JavaScript game, first-person space shooter, ThreeJS"> |
| 9 | + <meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller"> |
| 10 | + <meta property="og:type" content="website"> |
| 11 | + <meta property="og:url" content="https://www.gptgames.dev/tools/asteroids_3d.html"> |
| 12 | + <meta property="og:title" content="3D Asteroids - First-Person Space Shooter"> |
| 13 | + <meta property="og:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!"> |
| 14 | + <meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png"> |
| 15 | + <meta property="twitter:card" content="summary_large_image"> |
| 16 | + <meta property="twitter:url" content="https://www.gptgames.dev/tools/asteroids_3d.html"> |
| 17 | + <meta property="twitter:title" content="3D Asteroids - First-Person Space Shooter"> |
| 18 | + <meta property="twitter:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!"> |
| 19 | + <meta property="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png"> |
| 20 | + <script type="application/ld+json"> |
| 21 | + { |
| 22 | + "@context": "https://schema.org", |
| 23 | + "@type": "VideoGame", |
| 24 | + "name": "3D Asteroids", |
| 25 | + "description": "First-person 3D Asteroids game where players navigate through space, shooting asteroids and surviving increasingly difficult levels.", |
| 26 | + "image": "https://www.gptgames.dev/screenshots/screenshot_171.png", |
| 27 | + "url": "https://www.gptgames.dev/tools/asteroids_3d.html", |
| 28 | + "genre": ["Arcade", "Space Shooter", "First-Person"], |
| 29 | + "author": { |
| 30 | + "@type": "Person", |
| 31 | + "name": "Claude 3.7 Sonnet prompted by Tobias Müller" |
| 32 | + }, |
| 33 | + "offers": { |
| 34 | + "@type": "Offer", |
| 35 | + "price": "0", |
| 36 | + "priceCurrency": "USD", |
| 37 | + "availability": "https://schema.org/InStock" |
| 38 | + }, |
| 39 | + "applicationCategory": "Game", |
| 40 | + "operatingSystem": "Any" |
| 41 | + } |
| 42 | + </script> |
7 | 43 | <style> |
8 | 44 | :root { |
9 | 45 | --bg-color: #f0f0f0; |
|
0 commit comments