Developed with Unreal Engine 5
In this game you can shoot cannon balls and cause chaos to some barrels!
- the player starts with 20 ammo and it shows the amount of ammo left in the top left corner.
- the projectiles are launched from the player position by pressing space.
- the game restarts after 5 seconds when you run out of ammo.
- Blueprint basics: nodes, pins;
- Programming basics: variables, strings, references, functions;
- Unreal basics: maps, actors, components, transforms, vectors;
- Object Oriented basics: objects/structs, classes, member functions;