A battleship game developed in C++ using Object-Oriented Programming and raylib. Features both terminal and raylib-based graphical version. A full-stack Battleship game — React SPA frontend, ...
A clone of the two player card game Jaipur, with local multiplayer and AI opponent modes. Made to learn the Rust game engine Bevy. A simple functional Checkers (Dama) game built using C++ and the ...
In the previous article, I wrote about how I started thinking about the design before I started writing classes. This time is the continuation of that. "If I want to make it object-oriented, I should ...
I finally added game-like elements to the Tetris game I am building in Python. The following are the items I implemented and considered this time. However, Tetris blocks are composed of 2D arrays. But ...