14. Giving Life to an Enemy


The majority of this week was spent on programming a basic enemy of the game. Nothing is finalized yet, but I'm liking the AI I came up with for this guy so far. The programming process for this week has been really enjoyable as I got to design the code structure used to make all of the enemies in the game. I'm using abstract classes for the enemies so it was kind of a learning experience since I haven't really gotten a chance to work with them in the past. One thing that's been really bothering me during my time coding so far is that there's no animations in my current test build. Everything seen on the screen when I debug are just single temporary sample sprites. There's not that much life with what I have so far. Thus, I've decided that I'll be spending a majority of next week producing sample animations!

Get Two Steps Forward

Leave a comment

Log in with itch.io to leave a comment.