Compared to all the work you did on your remix this version adds very little - Scoring. It seemed to me that being able to build up points added something useful to a game where I'd mainly been trying to stay alive. The Project Notes on my remix give details. (link to project) It's an excellent project, so it's fun to explore it.
Actually, I got a bit carried away and pretty much rewrote 80% of the scripts. Sorry about that.
The root problem was that the Bombbot explosion, when the Ghost effect was applied, was matching the color of the base and triggering Penetration damage on the Guy. I cured this by making the base it's own sprite called Base and getting rid of the color test entirely.
I also found problems with the gun and the bullets. The bullet number was being set by Guy but also being set by the bullets themselves (in some cases) which was confusing things. I put all the bullet control in the gun scripts.
There was also a lot of duplication of scripts. In general, you should try not to duplicate code, it just gives you more code for there to be errors in. Defining some messages allowed me to reduce the code amount significantly.
Finally, I found that the addition of the Bombbots actually made the game too easy as they can be used to kill lots of robots. To cure this problem, I made all the robots speed up every 20 seconds up to a maximum speed of 3X normal speed. This is being set in the scripts for the gun.
Comments
You need to be logged in to post comments
Add a Comment
Compared to all the work you did on your remix this version adds very little - Scoring. It seemed to me that being able to build up points added something useful to a game where I'd mainly been trying to stay alive. The Project Notes on my remix give details. (link to project) It's an excellent project, so it's fun to explore it.
That's odd...your link gives me an error???
(view all replies)Really addicting! I love how the scorch marks disappear!
Oh, right. Heh heh.
Thanx! Sorry I haven't been on for a while. Yeh win! (I'll get your project soon)
The bombbots really do improve the game a lot, good idea!
Man, good luck making it to 90 seconds, this gets tough fast!
It wasn't my concept...I'm just fixing it.
this is good
This game is a lot of fun :)