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, ...
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 ...
Welcome to Yaksha an offside-rule based language (Python inspired) that compiles to C99 with Lisp based macros. Python like Syntax: The language syntax is reminiscent of Python, making it accessible ...
Picture this: Taking a game as classic as Pokemon Red and making it run in your web browser. This text describes the process of making a legacy game to run in the browser via compiler Emscripten. The ...