Bursts Firing SequencesUsually, in a projectile system, one hits a key, and a spawn system is triggered firing projectiles. The problem is that the firing is…Apr 18, 2021Apr 18, 2021
ShootingThe game will contain one scene where the player controls a spaceship that can shoot oncoming enemies with lasers. The WASD keys and…Apr 16, 2021Apr 16, 2021
Pseudo CodeAs you may think, pseudo-code is not fake code. It is a way to use a natural language to dissect the problem at hand, then convert it to a…Apr 12, 2021Apr 12, 2021
What areVariables?A practical, real-life example of variables is a mailbox. They usually have names (Benson, Coleman), hold information (mail), their…Apr 6, 2021Apr 6, 2021
Commenting Your CodeCorrectly commenting out your code with meaningful information is one of the most fundamental habits a new programmer should have.Apr 6, 2021Apr 6, 2021
Unity — Basic Moves with TranslateWhen we move our player manually across the screen using the mouse, we notice in the inspector that the values of Transform are changing…Apr 5, 2021Apr 5, 2021
Starting as game developerAs far as I can remember, I’ve always had a keen interest in 3D modeling, 3D rendering, animation, and then games. I consider myself to be…Mar 29, 2021Mar 29, 2021