#cpp
Read more stories on Hashnode
Articles with this tag
Progress Report 1 · I am happy to start working on RBB again. This time, I added the background image to the Main Menu, the Pause Menu, and the Gameplay...
Rebuild Back Better · After a lot of work, I managed to completely refactor the codebase. I am very happy with the result. The code has been divided into...
Rebuild Back Better · I began refactoring the entire codebase. I eliminated all the template classes and created multiple source and header files to...
Constexpr · I read and watched videos about constexpr. Constexpr is a fascinating concept. It is a specifier used to evaluate a value or a variable...
Rebuild Back Better · Today I worked on creating a new cursor image. The new image is a hand cursor that will be displayed when the mouse hovers over...
Rebuild Back Better · In the session, I focused on developing the player object. Initially, I created an Entity class. After that, I created another...