Articles tagged with: Tools

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.


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.


Diablo III Nintendo Switch / emulator cheats

Summary: This article is about Diablo III on Nintendo Switch and PC, highlighting the lack of cross-platform support, and exploring the use of the yuzu emulator and Cheat Engine to manipulate game data. Also mentions a savegame editor.


Tinkering with Quake

Summary: Experiments with the Quake video game, including creating a random map launcher and exploring a Javascript and WebGL port of the game's server and client code.