Summary
In this episode, Jason introduces a new educational project he's been developing: a game designed to teach C++ programming. The project combines interactive gameplay with programming challenges that require modifying the source code to progress. Jason demonstrates how to set up the project on Ubuntu using his setup-cpp script, and walks through the first lesson where players need to edit code to remove a wall blocking their path. The project runs with address sanitizer and undefined behavior sanitizer enabled, providing beginners with a safety net as they learn C++.