Game Dev - Post 2

I started on another tutorial series, this time for a tower defense game (link). This tutorial is much more involved than the last game, as well as a fair amount longer. I’ve gotten to the point where I am working with pre-made assets. One aspect of this tutorial series that has been slightly frustrating has been the path creation for the enemies to follow. I wasn’t sure if everything had to be pixel perfect or not, which made things quite time consuming. Using pre-made assets has me excited to start trying out modifying existing assets or creating my own. Another thing that I thought was very interesting was how simple basic waypoint creation was. Making the waypoints and having the enemies follow them was much easier than I originally anticipated. The gist of the creation is:

There is still a lot to learn with this tower defense tutorial, but I am looking forward to digging deeper into it!