gamedev
Changed the boss's movement pattern. I'm basically trying to emulate the final boss of Super Mario Land in terms of behavior.
I'm probably also going to change the sprite as well because almost all of the other bosses use this same sprite (finding free assets is hard and I'm not a good artist).
re: gamedev
re: gamedev
@Binkle Thanks. Programming enemy/boss patterns is is no easy task.
re: gamedev
gamedev
Added score text when you kill an enemy. I haven't bothered doing that until now, surprisingly.