← Back to Game

Frequently Asked Questions

Answers to the most common questions about Void Survivors

Is Void Survivors free to play?

Yes. VOID SURVIVORS is completely free with no in-app purchases, no premium subscriptions, no pay-to-win mechanics, and no gameplay-related advertisements. It always will be.

Does the game work on mobile devices?

VOID SURVIVORS is currently designed for desktop browsers with keyboard controls (WASD or arrow keys). The game may load on mobile devices but is not optimized for touch input. Mobile and touch support may be added in a future update.

What browsers are supported?

The game requires a modern browser with Canvas 2D, Web Audio API, and localStorage support. The following browsers are fully supported: Chrome 90+, Firefox 90+, Safari 15+, Edge 90+.

Is my progress saved?

Yes. Your best time, high score, total enemies slain, and runs played are automatically saved to your browser's localStorage. This data persists across sessions and browser restarts. Clearing your browser data will reset these statistics.

Can I play offline?

Once the page is fully loaded, the game runs entirely client-side using your browser's JavaScript engine. However, the initial page load requires an active internet connection to download the HTML, CSS, and JavaScript files.

How do I reset my stats?

Your game statistics are stored in your browser's localStorage under the key "voidsurvivors_save". To reset all stats, clear your browser data for this site (usually found under Developer Tools > Application > Local Storage), or delete the site data in your browser settings.

What happens when I level up?

When you collect enough XP to fill the XP bar, you level up. The game pauses and presents three random upgrades. You choose one. You also restore 25% of your maximum HP. The XP required to reach the next level increases each time.

How do upgrades stack?

Each time you select the same upgrade, its effect stacks. Damage upgrades multiply (1.25x per stack), attack speed adds (+0.2/sec per stack), and most other stats add linearly. There is no cap on upgrade stacking. For full details, see our Upgrades Guide.

What is the highest possible wave?

There is no wave cap. Waves continue indefinitely, with enemy stats scaling progressively. The theoretical limit is determined by your ability to build an upgrade loadout that can handle increasingly powerful enemies. The highest wave reached depends entirely on player skill and upgrade RNG.

Is there an ending or final boss?

No. VOID SURVIVORS is an endless survival game. There is no final boss, no ending sequence, and no victory condition. The goal is to survive as long as possible and achieve the highest score you can. The game ends only when you die.

How do I report a bug or give feedback?

We welcome bug reports and feedback. Please visit our Contact page and send us a message describing the issue or your suggestion.

Will there be updates and new content?

Yes. VOID SURVIVORS is actively maintained. New upgrades, enemy types, features, and balance updates are in development. Check the Changelog for recent changes and the Development Blog for upcoming plans.

How is the game built?

VOID SURVIVORS is built entirely in vanilla JavaScript with zero dependencies. It uses the Canvas 2D API for rendering, Web Audio API for synthesized sound, and CSS Grid for the UI. The entire game runs client-side with no backend server. You can read more on our About page.

Does the website use cookies?

This website may use cookies from third-party advertising partners (such as Google AdSense) for ad delivery and performance measurement. You can accept or decline these cookies using the cookie consent banner. No cookies are used for gameplay functionality. See our Privacy Policy for details.

Can I contribute to the game?

We appreciate community support! If you have ideas, suggestions, or want to contribute, please contact us. The game is open source under the MIT License.