Space Blockaders
by michaelana123
Space Blockaders
Tags for Space Blockaders
Description
Maneuver your way through space blockades and stay alive as long as possible!
How to Play
W,A,S,D to fly your ship and Space Bar to rotate
Comments
GioP
Aug. 23, 2015
Hi Michaelana, 3 things to improve in my opinion. firstly: mute sound, should mute all sounds. alternatively split in mute music and mute sfx. secondly: mute sound option should be saved for the next game after you crash. lastly raise the difficulty progressively. so start with wider gates and get them smaller and smaller. you can do this for example by defining the width of the gates as (1+a/(n+1))*width_of_gate_now where n is the number of passed gates in this game. so at the start (n=0) your first gate would be (a+1) times larger than your gate is at the moment and each gate will be smaller and smaller than the last one. you can try for different values for a and choose what you like most.
Exception_e
Aug. 20, 2015
There's a problem with controls not working and I've had this problem before with Unity's WebGL builds. In the index.html file it gives you, you need to add a focus element or something, I'd google it.
thanks for the advice, looks like its something to do with kongregate using iframes stopping keyboard input. Made this partly to test out the webGL, never had so many issues with a build. Anyway, found a fix. For code so simple they should really make it an option in the build settings :)