Site language: EN RU
Qmmp
Qt-based Multimedia Player

Space Waves Game -

The beauty of Space Waves lies in its minimalist, single-button control scheme.

Your ship shoots on its own.

# Move player keys = pygame.key.get_pressed() if keys[pygame.K_LEFT]: player.x -= 5 if keys[pygame.K_RIGHT]: player.x += 5

What makes the Space Waves Game memorable isn’t the high score — it’s the flow state. After a few tries, your fingers stop thinking. Your eyes soften. The wavefront becomes a second heartbeat. And for a moment, in that dark, minimalist arena, you understand why we keep pressing replay: not to win, but to resonate .

The beauty of Space Waves lies in its minimalist, single-button control scheme.

Your ship shoots on its own.

# Move player keys = pygame.key.get_pressed() if keys[pygame.K_LEFT]: player.x -= 5 if keys[pygame.K_RIGHT]: player.x += 5

What makes the Space Waves Game memorable isn’t the high score — it’s the flow state. After a few tries, your fingers stop thinking. Your eyes soften. The wavefront becomes a second heartbeat. And for a moment, in that dark, minimalist arena, you understand why we keep pressing replay: not to win, but to resonate .

Windows Installers


>>> qmmp-2.3.2-win32.exe (stable Qt6-based version for Windows 10 or higher, 32-bit build)
>>> qmmp-2.3.2-win64.exe (stable Qt6-based version for Windows 10 or higher, 64-bit build)
>>> qmmp-1.7.10-win32.exe (stable Qt5-based version for Windows 7 or higher, 32-bit build)
>>> qmmp-1.7.10-win64.exe (stable Qt5-based version for Windows 7 or higher, 64-bit build)
>>> qmmp-0.12.22-win32.exe (archive Qt4-based version for Windows XP or higher)

All builds for 32-bit versions of Windows
All builds for 64-bit versions of Windows
Mirror on SourceForge
Mirror on SourceForge (x64)
space waves game

Packages for Other Operating Systems


FreeBSD
FreeBSD includes Qmmp in its ports tree, as multimedia/qmmp-qt5 and multimedia/qmmp-qt6
Ports information: qmmp-qt5, qmmp-qt6
 
Haiku
Use HaikuPorts to install Qmmp.
 
NetBSD
The package is included in the NetBSD repository. Follow standard instructions for installing a package from repositories.
Qmmp in NetBSD CVS repository


© 2006-2026 Qmmp Development Team