Here we'll create our first enemy: a small, red square that'll soon blossom into what we know today as "the goomba." Creating an enemy is not that complicated, all we have to do is create a separate class, code it so the instantiated object moves on its own, then add the necessary collision detection with our player.
We'll refactor our code along the way, creating functions to help make our conditionals as clean as possible.
hi Chris..