Skip to content

Team project to learn the Unreal Engine and gain experience

License

Notifications You must be signed in to change notification settings

Atennop1/UnrealShooter

Repository files navigation

Unreal Shooter

2024-06-18 19-38-59

badge badge badge

About project

My classmate from IT class Krypton suggested doing this project in order to gain experience in Unreal Engine and experience working in a team. The project is a True First Person Shooter, which features advanced locomotion, a realistic shooting system, various pick-up items, AI based on Behavior Tree and a map built using CubeGrid, and the game has a menu with settings.

If we talk about who did what part of the project, then we can say that the entire game was made by me, except for the interface, menus and settings that were made by Krypton. The project was completed in just over 3 weeks.

Conclusion

This project was an interesting experience for both of us. I improved my skills in C++, learned many aspects of game development on the Unreal Engine on the fly, probably not touching on working with sound, because the game only has shooting sounds that came with a set of weapons
Krypton, in turn, got acquainted with creating an interface in Unreal Engine, learned how to implement settings, and also received a lot of useful criticism from me, which will help him develop