A downloadable game for Windows

This is an Unreal Engine third person template that has many modifications. Also, I needed to install Visual Studio 2022 Community Edition with the C++ for games package to get this to build to a .exe.

There are many items that have been added to this from the beginning of the semester which include enemy spawners, key spawners, a static AI with a health bar above the head, keys with sound, collectable coins with sound. A score system that increases when coins are collected and the bigger the coin, the more points received. A door with a camera that can only be opened by being near the switch on the platform and pressing the E key. Once past the door, you will face an AI that will run toward you based on a 70% line of sight pawn and it will attempt to attack you by punching. The AI enemy that follows can be killed with multiple punches and once attacked, a message of "damage received" will show in the top left corner of the screen. Also, a start menu has been added with functioning play and quit buttons attached. During game play, a pause menu has been added with the escape key as the trigger. The pause menu has functioning resume play, restart level, and main menu buttons that you can choose from.

Better games are coming soon! 


View source code on Github

Download

Download
Coding1-5_Win.zip 426 MB

Install instructions

Download the zip, extract the zip, open the coding1.exe.

Alt-f4 to quit.

ESC = Pause menu

Left Mouse Click = Attack

W, A, S, D = Player Movement

E = Open Door

Development log