871
Programs / Re: eRATication
« on: July 17, 2018, 10:19:57 am »
very interesting game Bplus. I give it a B+!
One thing I noticed(least in the first version at top of the thread) is that you only hit the rats in the arse area, and the shot continues on after the hit.
A slight improvement to would be to have the explosions happen as part of the main loop so there is not that slight pause every time you make a kill, that may just be my old laptop causing it though. basically you have a explosion routine that is called each loop that makes the explosion grow a step. That way the explosions happen but the game doesn't pause, and it could even have multiple kills happening at once. kind of how my first (and only 100% completed) BASIC game , Space Dodger and the Giant Killer Space Hamsters, ran. a game lost to Geocities I'm afraid.
One thing I noticed(least in the first version at top of the thread) is that you only hit the rats in the arse area, and the shot continues on after the hit.
A slight improvement to would be to have the explosions happen as part of the main loop so there is not that slight pause every time you make a kill, that may just be my old laptop causing it though. basically you have a explosion routine that is called each loop that makes the explosion grow a step. That way the explosions happen but the game doesn't pause, and it could even have multiple kills happening at once. kind of how my first (and only 100% completed) BASIC game , Space Dodger and the Giant Killer Space Hamsters, ran. a game lost to Geocities I'm afraid.