WASD to move Click to shoot Top left number is your health Top right number is enemy health
This project focuses on a detection of a line of sight. It tells the "robot" when it should shoot after an invisible straight line is shot towards the player. If it hits the player, it will immediately tell the robot to shoot. If it hits a wall, it will tell the robot not to move. This process is done in less than a second. It was fun experimenting with this.