F: Protection
Build a defensive arrangement of cubes to protect the blue cylinders!
Any feedback welcome!
Controls:
Move mouse to position cube
Left click - place cube
Right click - remove cube
R - rotate cube
I put some effort into the sound so turn up your volume!
Windows standalone (9.4MB) -
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.1.zip - latest
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.zip -
https://dl.dropboxusercontent.com/u/23088050/protection_v1.0.1.zip
Webplayer (not recommended) https://dl.dropboxusercontent.com/u/23088050/protection_web/protection_web.html
Any feedback welcome!
Controls:
Move mouse to position cube
Left click - place cube
Right click - remove cube
R - rotate cube
I put some effort into the sound so turn up your volume!
Windows standalone (9.4MB) -
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.1.zip - latest
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.zip -
https://dl.dropboxusercontent.com/u/23088050/protection_v1.0.1.zip
Webplayer (not recommended) https://dl.dropboxusercontent.com/u/23088050/protection_web/protection_web.html
protection2.png
960 x 599 - 42K
protection3.png
960 x 599 - 46K
Comments
I have updated the OP download with a small bugfix (the quit button did not work)
Some thoughts:
* Maybe have the ability to rotate cubes after you placed them. So that you could place some with a corner facing up for instance
* Have different coloured cubes, that work better against some of the coloured balls. I felt the black ball was way overpowered. If I had a black cube with a greater gravity to place somewhere I would feel less cheated.
* Be able to place a moving cube. Which could move diagonally or pivot around it's Y axis
* You could play around more with physics materials on the cubes. Some bouncy cubes/balls, or some with a lot/no friction.
* So basically, I think you could add some power-ups to the stages that would make it even more interesting and would add to the comp theme of building too.
* Also place the cylinders in different arrangements/shapes each level. instead of only in a single line
Enjoyed it. Nice
> It's a nice idea. A bit like defending tenpins at a bowling alley, yeah? Good thinking.
> I laugh every single time a pin gets knocked off the plane - those "nooooo" voice bites are hilarious.
> It's a bit distressing that I lose all agency once all my blocks are placed. I don't know what's coming initially, or in what pattern, so it's a bit unfair that I can't arrange my blocks with foreknowledge, or have the ability to rearrange my defense on the fly to compensate. In fact, being able to reposition blocks during the "ball assault" phase would probably make for a much more interesting game. If you have an initial countdown while you create a first-line defense, and then allow the player rearrange on the fly, it could be much more engaging. You could also try a set "build time" for blocks after they're placed, to introduce yet another timing aspect. Whatever works!
Regardless, it's a good start. Keen to see how it mutates as you go. :D
Is there any carry over between stages? I feel like saving more blue pins should be rewarded somehow.
I have challenged myself to make a game each week, but I will find time to try out some of the suggestions and put up another version
The game has changed quite a bit.
The cubes can now be placed and removed during an assault, and the game no longer resets between waves.
That means losing a cylinder is permanent for that session, and the game ends when all the cylinders are down (or if you manage to defend all the attacks).
There is also a points system where at the end of each wave you get points for each cylinder that survived.
Other changes
- black ball nerfed
- more sounds added
- cubes can be rotated before placing
- the difficulty curve should be smoother
I have updated the web player, but it doesn't handle the right clicking very well, so I recommend the windows standalone
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.zip
It would be great if I can get some feedback on the changes :)
Great changes. Will give it a shot when I get a chance.
Its really engaging and I love the voices! I love that you can quickly adapt to whats happening during the assault.
Really fun, well done!
During level 6 transition to 7 and beyond I could no longer place blocks anymore even after removing blocks.
Now that you can move the blocks around, you want to play more. You feel you have more of a chance and so want to continue saving the little cylinders :P
I had a bug, however, where I could no longer place blocks - I had blocks available, but the placement block was always red regardless of where I moved it. This was after I had previously moved it over some cylinders at the bottom of the screen that may have been knocked off. A flag not being unflagged, perhaps?
Sorry if you experienced a bug, I can't seem to replicate it though.
Can you easily make it happen again? Were there more cubes on the "X cubes left" text on the right of the screen.
Maybe it could have been that a cube got pushed off the plane by a ball, and you only had 4 left?
I can't seem to reproduce it though :(
At the end of a wave if a ball is stuck on the plane it gets removed, but if the transparent placement cube happened to be colliding with that ball just before it was removed then you could no longer place cubes :(
In case anyone is interested, I am using a collider marked a "trigger" for the placement cube, and using the OnTriggerEnter() and OnTriggerExit() functions to know when it's ok to place a cube. But OnTriggerExit() is not called if you call Destroy() on the colliding object. I was handling this for placed cubes but not balls.
Here is an updated build
https://dl.dropboxusercontent.com/u/23088050/protection_v1.1.1.zip