Articles tagged with: Development

Zombie Infection Simulator mini-game

Summary: The development of a Zombie Infection Simulator mini-game, porting a Java + Processing framework game to Javascript + HTML 5. The game can be played online and the source code is available on Github.


ctypes, OpenCV and Pillow

Summary: Using Python libraries ctypes, OpenCV, and Pillow to automate tasks in video games, such as creating an auto-clicker, with challenges in handling input and item detection.


CSS-Only dark mode in 15 lines of code

Summary: A simple 15-line CSS code for implementing a dark mode UI, without the need for Javascript or complex CSS rules, and includes good practice tips.


Choose Your Own Adventure - Epub Gamebook

Summary: Creating an ebook version of 'Choose Your Own Adventure' gamebooks, using chapter links for navigation, and testing the approach with a simple ebook.


PBRR - Pretty Basic RSS Reader

Summary: PBRR - Pretty Basic RSS Reader is a simple, Python-based RSS reader that fetches and regenerates feeds hourly, groups sites into categories, and differentiates new posts from seen ones.