Welcome to Signal Breaker!

A solo creation within 72 hours for Ludum Dare, built with the Construct 3 engine.

My main challenge this time? Scope and juice!

🕹️ Controls

  • 🖱️ Left-Click: shoot

  • 🖱️ Hover read items / shoot path

💡 Game Tips

  • Don't hit the red skull

  • Hit all items to trigger super wave

⚙️ Tools of the Trade

  • Construct 3

  • Audacity

  • Zapsplat (sounds)

  • Abelton (Music)
  • Good old Notepad 📝

.signalText{ font-size:48px; font-weight:900; color:#666; background:linear-gradient( to top, #666 0%, #666 35%, #ffffff 50%, #666 65%, #666 100% ); background-size:100% 300%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shineUp 2.2s infinite linear; } @keyframes shineUp{ 0% { background-position:0% 100%; } 100% { background-position:0% 0%; } }

<style> .signalText{ font-size:48px; font-weight:900; color:#666; background:linear-gradient( to top, #666 0%, #666 35%, #ffffff 50%, #666 65%, #666 100% ); background-size:100% 300%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shineUp 2.2s infinite linear; } @keyframes shineUp{ 0% { background-position:0% 100%; } 100% { background-position:0% 0%; } } </style>

Comments

Log in with itch.io to leave a comment.

Solid game with a cool ambiance, the gameplay is satisfying, especially when doing high combo shots !

Thank you for the feedback.