A cyberpunk arcade shooter built in Rust using the Bevy engine https://bevy.org.
Step into a minimalist, glowing world where every shape pulses with danger. cyberpunk_arcade_shooter combines sleek visuals with brutal intensity. Engage in multi-stage boss battles, dodge through bullet hells, and unleash chaos in a realm of bloom-soaked geometry.
- ⚡ Built in Bevy (Rust) for ultra-smooth performance
- ✨ Everything blooms — a neon aesthetic brought to life with simple forms
- 🧠 Boss fights with evolving mechanics and unique stages
- 🎮 Tight, responsive arcade controls
- 🕹️ Move:
W
/A
/S
/D
- 🚀 Shoot:
Spacebar
Minimalist form. Maximal chaos.
Make sure you have the following installed:
- Rust (latest stable version recommended)
cargo
(comes with Rust)- A GPU that supports Vulkan, Metal, or DirectX 12 (for Bevy)
- Clone the repository
git clone https://github.com/VelimirMueller/cyberpunk_arcade_shooter.git cd cyberpunk_arcade_shooter
- Run the game
cargo run --release
🐧 Cross-Platform Notes Windows, macOS, and Linux are all supported by Bevy.
For Linux, ensure dependencies like libx11, libxcb, libwayland, and Vulkan drivers are installed.
macOS requires Metal support and a relatively recent OS version.