Posted July 20, 2024 by levi-db
We did it folks! We're at the end!!
For the last four weeks my Coding 1 class has been working on this Unreal project. This last week we added some finishing touches, including adding a main menu screen, checkpoints, and even allowing the player to "die." The main menu screen required making a UI widget that would cover the screen with text and buttons. The checkpoints were very similar to the moving platform, setting an initial and new location, but with the player character instead of a platform being used. Finally, a "You Died' screen was added in a very similar way to the main menu screen.