• Easy Cheese

  • Project Intention: 

            Easy Cheese is an interactive, visual drag-and-drop programming game developed using the Qt Creator platform and C++. The core objective of this initiative is to introduce K-12 students to fundamental programming language concepts, fostering a passion for coding from an early age.
    The inspiration for Easy Cheese stems from my own initial challenges in learning programming. I believe that a more engaging learning experience could have significantly accelerated my skill development. With this project, I aim to provide a user-friendly introduction to programming, making it accessible and enjoyable for those aspiring to pursue careers in coding. The game incorporates essential programming logic, including “if” and “while” statements. Dynamic visual elements, such as flashing blocks, provide players with a tangible understanding of the program's execution process.

    Choosing Qt Creator for development, instead of relying on a pre-built game engine, was a deliberate decision to refine my programming skills and prepare for a broader spectrum of challenges. This choice has not only honed my proficiency in using Qt Creator but has also deepened my understanding and mastery of the Model-View concept by delving into lower-level logic.