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 ...
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 ...
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 ...