New Enemy Movement BehaviorOne of the GameDevHQ 2D Game Course is to create a new Enemy Movement Behavior. In the current enemy movement behavior, we instantiate a…Jan 10, 2022Jan 10, 2022
C# OperatorsOne of the first programming surprises I can remember is when I wrote this line of code in C++ many years ago…Jan 10, 2022Jan 10, 2022
How to Create a Homing Missile Part 1Objective: Create a script to guide our missile to the nearest enemy.Aug 2, 2021Aug 2, 2021
How to Remove Color From Sprites Using GIMP 2.10OBJECTIVE: Remove the color from an animated shield sprite sheet so we can assign a color from a C# scriptJul 18, 2021Jul 18, 2021
2D Spaceship Thrust Control in Unity Part ThreeObjective: Write C# code to control the left and right side thruster animations.Jul 3, 2021Jul 3, 2021
2D Spaceship Thrust Control in Unity Part TwoObjective: Add thruster animations to our main engine and side thrusters for left and right movement.Jun 20, 2021Jun 20, 2021
Moving the Player at a Faster Speed While the Left Shift Key is PressedObjective: Increase “Player Speed when the “Left Shift” key is held down.Jun 20, 2021Jun 20, 2021
2D Spaceship Thrust Control in Unity Part OneObjective: Add movement to our spaceship or what we will refer to as our “Player” game object.Jun 18, 2021Jun 18, 2021
The Escape Button is a FeatureObjective: Provide functionality to quit a Unity application using the “Escape” (Esc) key.Jun 12, 2021Jun 12, 2021
How to Format Your Unity Games for the WebSharing an early version of your game on the web can be a quick way to get feedback from family and friends. The process of creating a “Web…Jun 12, 2021Jun 12, 2021