# Space Arcade Website A sleek, immersive space-themed arcade website for hosting web-based games. This platform is designed to showcase games with a cosmic theme, providing users with an engaging space exploration experience through various interactive games. ## File Structure - `index.html` - Main HTML file for the website landing page - `games.html` - Games showcase page - `about.html` - About page with information on the arcade - `contact.html` - Contact page for user feedback - `styles.css` - Main CSS styling for the website - `script.js` - Main JavaScript functionality - `/games/` - Directory containing all game folders - `/deep-space-explorer/` - Deep Space Explorer game files - `/asteroid-belt-dogfight/` - Asteroid Belt Dogfight game files - `/gravity-puzzler/` - Gravity Puzzler game files - `/assets/` - Directory containing website assets - `/images/` - Game thumbnails and visual elements - `/audio/` - Sound effects and background music - `/fonts/` - Custom fonts used across the website ## Features - Responsive design that works seamlessly on mobile, tablet, and desktop - Space-themed UI with animated star backgrounds and cosmic visual elements - Interactive game showcase section with game cards and previews - Game carousel for featured titles on the home page - Consistent game design patterns across all games for a unified user experience - Real-time score tracking and game statistics - Animated transitions and interactive UI elements - Dark mode design optimized for immersive gameplay ## How to Add a New Game To add a new game to the Space Arcade: 1. Create a new folder in the `/games/` directory with your game name 2. Structure your game with the following files: - `index.html` - Game interface and structure - `styles.css` - Game-specific styling - `game.js` - Game logic and mechanics 3. Add a new game card to the games grid in `games.html`: ```html