Game Teaching
Made for the Central Coast Comic Con 2025, the aim of this project is to teach kids and young adults the basics of game development using Unreal Engine 5.

I created a beginner-friendly project designed to teach kids the fundamentals of game development using Unreal Engine 5. The experience begins with a simple Python-based GUI that lets users enter their name and the title of their game, as well as choose from several gameplay templates—including a top-down shooter, a third-person JRPG, and a 2D platformer. Once the information is entered, the script automatically copies the selected template and launches the Unreal Editor. The focus of the project is on level design and world building, so I’ve included pre-made assets and custom engine plugins to make the process as smooth and engaging as possible. When students finish building their worlds, they can compile and launch a standalone version of their game with a single click, giving them a complete and rewarding development experience from start to finish.