Building a photo distribution Webapp
November 03, 2025
Motivation behind this project
I'm currently pursuing my B.Tech in Aerospace Engineering at IIT Madras while exploring my passion for software development and game programming. Through this blog, I document my journey of building projects, learning new technologies, and sharing insights from my coding adventures. Join me as I bridge the gap between engineering and code!
November 03, 2025
Motivation behind this project
September 15, 2025
In the previous part, we implemented the InputHandler class, which allows us to handle keyboard and mouse inputs effectively. With this system in p...
September 12, 2025
So, in the last post we implemented the Base Entity Class and a simple Player Class. In this blog we are going to implement the Input Handler Class...