This week I finished my C++ Unreal course! For the last part of the course we worked on a simple FPS kill em all game! I implemented the logic for the character, gun, and learned about how to work with animations in Unreal. As well I learned about how to use the Behaviour tree to…
Toon Tank Demo (Unreal)
This is another demo I worked on from the UE4 course I’m taking. It’s a simple game where you as the tank need to destroy all the enemy turrets in the level. But you also need to be careful because they will fire back at you as well! So far I’ve learned more about how…