Frequently Asked Questions

Find answers to common questions about Deep House Vibes, from basic gameplay to advanced technical topics. Can't find what you're looking for? Contact us at contact@dloizides.com.

Getting Started

What is Deep House Vibes?

Deep House Vibes is a free browser-based endless 3D runner game inspired by SpeedX 3D. You navigate through neon-futuristic tunnels and procedurally generated environments, dodging obstacles and collecting powerups while trying to survive as long as possible. The game runs entirely in your web browser using WebGL technology and requires no installation or registration.

Do I need to download or install anything?

No download is required to play Deep House Vibes. Simply visit the website in any modern web browser and start playing immediately. However, you can optionally install it as a Progressive Web App (PWA) for a more app-like experience with offline play capability. When you visit the site, you may see an install prompt—accepting this allows you to add the game to your home screen or desktop.

Is Deep House Vibes free to play?

Yes, Deep House Vibes is completely free to play with no paywalls, microtransactions, or locked content. All stages, features, and gameplay modes are accessible to everyone. The game is supported through optional ads, but the core experience is 100% free.

What are the system requirements?

Deep House Vibes requires:

  • Browser: Chrome 90+, Firefox 88+, Safari 14+, or Edge 90+
  • Hardware: Any computer with integrated graphics from the last 5 years
  • RAM: 4GB minimum, 8GB recommended
  • Internet: Required for initial load, optional after PWA installation

The game is optimized to run at 60+ FPS on modest hardware, including laptops with integrated graphics. For best performance, enable hardware acceleration in your browser settings.

Gameplay Questions

How do I control the game?

Deep House Vibes uses simple keyboard controls:

  • Move Left: A key or Left Arrow (←)
  • Move Right: D key or Right Arrow (→)
  • Restart: R key
  • Next Stage: N key
  • Pause/Resume: P key

Your character moves forward automatically. You only control lateral movement to dodge obstacles. Touch controls for mobile devices are in development.

What do the different powerups do?

There are two types of powerups in Deep House Vibes:

  • Boosts (B, green glow): Temporarily increase your speed by 50% and add a score multiplier for 10 seconds. Higher speed makes navigation more challenging but increases points earned.
  • Shields (S, cyan glow): Grant immunity to one collision. When you have a shield active, hitting an obstacle will consume the shield instead of ending your run. Shields are the most valuable powerup.
How does scoring work?

Your score is calculated based on multiple factors:

  • Distance: 10 points per tunnel segment passed
  • Speed Multiplier: Higher speeds increase points earned (1.0x to 2.5x)
  • Boost Bonus: 500 points for collecting a boost, plus 50% bonus multiplier for 10 seconds
  • Stage Completion: 2000 points for completing each stage
  • Perfect Run: 1000 bonus points for completing a stage without taking damage

Strategic boost collection and perfect runs are key to achieving high scores.

How many stages are there?

Deep House Vibes features 3 hand-crafted introductory stages followed by infinite procedurally generated stages. The hand-crafted stages (1-3) introduce core mechanics and serve as tutorials. After Stage 3, the game uses procedural generation algorithms to create endless unique stages with increasing difficulty. Theoretically, you could play forever—the game will never run out of content.

What's the difference between tunnel and floor sections?

The game alternates between two environment types:

  • Tunnel sections: You're inside a cylindrical tunnel. Movement wraps around the circumference (like rolling around the inside of a tube). Obstacles appear at various angular positions.
  • Floor sections: The tunnel opens into a flat floor. Movement becomes lateral sliding on a grid. Obstacles appear in columns requiring zigzag navigation.

Transition zones (marked by parentheses in stage configs) smoothly morph between these two modes. Mastering both environments and transitions is key to progressing through later stages.

Can I pause the game?

Yes, press the P key to pause and resume gameplay at any time. When paused, all movement and game logic freezes, giving you a break during intense sections. Note that your score timer continues running even when paused, so excessive pausing may affect time-based leaderboard rankings (when implemented).

Technical Questions

Why is the game running slowly or lagging?

If you're experiencing performance issues, try these solutions:

  1. Enable hardware acceleration: Go to your browser settings and ensure hardware acceleration is enabled. This uses your GPU instead of CPU for rendering.
  2. Close other tabs: Each browser tab consumes memory. Close unnecessary tabs before playing.
  3. Update graphics drivers: Ensure your GPU drivers are up to date.
  4. Disable browser extensions: Ad blockers and heavy extensions can interfere with WebGL performance.
  5. Reduce browser zoom: If running at 125% or 150% zoom, reset to 100%.
  6. Close background applications: Free up system resources by closing other programs.

For detailed optimization instructions, see our browser optimization tutorial.

Which browsers are supported?

Deep House Vibes works on all modern browsers with WebGL 2.0 support:

  • Chrome/Chromium: Version 90+ (Recommended for best performance)
  • Firefox: Version 88+ (Recommended with WebRender enabled)
  • Safari: Version 14+ (macOS and iOS)
  • Edge: Version 90+ (Chromium-based)
  • Brave, Opera, Vivaldi: Latest versions (Chromium-based)

Internet Explorer is not supported. For the best experience, we recommend Chrome or Firefox on desktop.

Can I play on mobile devices?

Deep House Vibes currently works on mobile browsers, but the experience is not yet optimized. The game loads and runs on mobile, but touch controls are still in development and performance may vary depending on device capabilities. We're actively working on mobile optimization and expect to release dedicated mobile support in Q1 2025.

For now, we recommend playing on desktop or laptop computers for the best experience.

Can I play offline?

Yes, if you install Deep House Vibes as a Progressive Web App (PWA). When you visit the site, you'll see an install prompt. Accepting this downloads all game assets to your device via a service worker. After installation, you can play completely offline without an internet connection.

If playing directly in the browser without installing, you'll need an internet connection for the initial load, but the game caches assets for faster subsequent loads.

How do I install the game as a PWA?

There are two ways to install Deep House Vibes:

  1. Automatic prompt: When you first visit the site, a dialog will appear asking if you want to install the app. Click "Install app" to proceed.
  2. Manual installation: Click the install button in the site header, or use your browser's install option:
    • Chrome: Click the install icon in the address bar or go to menu → Install Deep House Vibes
    • Firefox: Click the install icon in the address bar (desktop only)
    • Safari (iOS): Tap Share → Add to Home Screen

After installation, the game will appear in your applications menu or home screen and can be launched like any native app.

How much data does the game use?

Deep House Vibes has a total download size of approximately 1.8 MB, which includes:

  • Babylon.js library: ~1.2 MB
  • Game code: ~400 KB
  • Assets (icons, images): ~200 KB

This is a one-time download. After the initial load, everything is cached locally. If installed as a PWA, no additional data is used during gameplay. For comparison, this is roughly equivalent to loading 2-3 typical web pages.

Customization and Development

Can I create my own custom levels?

Yes! Deep House Vibes uses text-based configuration files for level design, making it easy to create custom stages. Each level is defined by a simple ASCII format where characters represent tunnel geometry, obstacles, and powerups.

See our custom level creation tutorial for step-by-step instructions. You can share your custom levels with the community through forums and social media.

Is the source code available?

The source code is visible through browser developer tools (F12 → Sources tab), making Deep House Vibes a valuable learning resource for aspiring web game developers. However, the project is not currently licensed under an open source license.

You're welcome to study the code for educational purposes and learn from the implementation techniques. For commercial use or distribution of derivative works, please contact us first.

How was the game built?

Deep House Vibes is built with modern web technologies:

  • Babylon.js 7.x: WebGL framework for 3D rendering
  • TypeScript: Type-safe development
  • Vite: Fast build tooling and development server
  • Progressive Web App APIs: Service workers for offline capability

The entire game runs client-side in the browser with no backend servers required. For detailed technical explanations, check out our development blog.

Community and Support

How do I report a bug?

If you encounter a bug, please email us at contact@dloizides.com with the following information:

  • Description of the bug and how to reproduce it
  • Your browser and version (e.g., Chrome 120)
  • Your operating system (e.g., Windows 11, macOS Sonoma)
  • Any error messages from browser console (F12 → Console tab)
  • Screenshots or video if relevant

We appreciate detailed bug reports and respond to all submissions.

Can I suggest new features?

Absolutely! We welcome feature suggestions and community feedback. Email your ideas to contact@dloizides.com. While we can't implement every suggestion, we carefully consider all feedback and prioritize features that enhance the core gameplay experience.

Popular requested features include mobile touch controls, multiplayer modes, leaderboards, and dynamic music—all of which are on our development roadmap.

Is there a community Discord or forum?

Community gathering spaces are currently in development. As the player base grows, we plan to establish official community channels for strategy discussion, custom level sharing, and competitive leaderboards. Follow our social media or check back on the website for announcements about community platforms.

Will there be updates and new content?

Yes! Deep House Vibes is actively developed with regular updates planned. The roadmap includes:

  • Q1 2025: Mobile optimization, leaderboards, daily challenges
  • Q2 2025: Additional hand-crafted stages, custom skins
  • Q3 2025: Level editor, community stage packs
  • Future: Multiplayer modes, VR support, dynamic music

Updates are deployed instantly through the browser—no need to manually update the game. Just refresh the page to get the latest version.

Privacy and Data

What data does Deep House Vibes collect?

Deep House Vibes collects minimal data:

  • Google Analytics: Anonymous usage statistics (page views, session duration, browser type) to understand how players engage with the game
  • Google AdSense: May use cookies for ad personalization (can be disabled in your browser settings)

We do not collect personally identifiable information, store account data, or track individual users. The game runs entirely client-side and does not send gameplay data to our servers. Your scores and progress are stored locally in your browser.

Are my scores and progress saved?

Currently, Deep House Vibes does not persist scores or progress between sessions. Each time you load the game, you start fresh. This is intentional for the endless runner format where each run is independent.

Future updates will add optional cloud-based leaderboards where you can submit high scores for global rankings. This feature will be opt-in and require no account creation—just a display name.

How do I delete my data?

Since Deep House Vibes stores data locally in your browser, you can delete it through browser settings:

  • Chrome: Settings → Privacy and Security → Clear Browsing Data → Select "Cached images and files" and "Cookies and other site data"
  • Firefox: Settings → Privacy & Security → Cookies and Site Data → Clear Data
  • Safari: Preferences → Privacy → Manage Website Data → Remove data for deep-house-vibes.dloizides.com

If you installed the PWA, you may also need to uninstall the app from your applications menu.

Troubleshooting

The game won't load or shows a black screen

Try these solutions:

  1. Hard refresh the page (Ctrl+Shift+R on Windows/Linux, Cmd+Shift+R on Mac)
  2. Clear your browser cache and reload
  3. Check browser console for errors (F12 → Console tab) and report them to us
  4. Ensure JavaScript is enabled in your browser
  5. Try a different browser to isolate the issue
  6. Disable browser extensions that might interfere with WebGL
  7. Update your graphics drivers to the latest version

If the problem persists, contact us with your browser version and any console error messages.

Controls aren't responding or feel sluggish

Input lag can be caused by:

  • Low framerate: Follow our performance optimization guide to improve FPS
  • VSync: Try disabling VSync in your GPU control panel
  • Wireless keyboard: Use a wired keyboard for minimum input delay
  • Browser input processing: Close other tabs and applications

The game should respond to inputs within one frame (16ms at 60 FPS). If you're experiencing significant delay, it's likely a system performance issue rather than game code.

I found a typo or error on the website

We appreciate corrections! Please email contact@dloizides.com with the page URL and description of the error. We'll fix it promptly in the next update.

Still Have Questions?

My question isn't answered here

If you have a question not covered in this FAQ, please reach out:

We respond to all inquiries and update this FAQ regularly based on common questions from the community.