The Monster (memoir excerpt)

The little fucker was giving me the evil eye! I could sense his little reptilian brain planning his attack. His evilness was palpable, he was pretending to look forwards, oblivious of my presence, but I knew, I knew! The bastard was just waiting for his moment to pounce. I was approaching from behind, cautious yet

A Poisoned Glass of Water

“I’m thirsty” my mother said, “go down to the kitchen and get me a glass of water.” I didn’t like the idea, in fact it scared the shit out of me, the kitchen was dark and had huge windows which framed even darker, unknown regions of the night. I was seven years old, our kitchen,

The True Measure of Success

In the Western world we measure success by how much money an individual has, how financially comfortable they are in life.  There are myriad examples of this, we revere and idolise people like Elon Musk, Bill Gates, et al even the Enron, etc CEOs who stole people’s pensions and committed fraud but, hell they were

Godot GDScript and C#

GDS is a very capable language, no doubt about it. And it’s very easy to learn and you can do some amazing things with it without having to learn in-depth programming concepts like Object Oriented Programming, Inheritance, classes vs structs, modularity, interfaces, etc. But it’s not a great language to build maintainable, modular code. For

On Screen Visibility in Godot

Notifier Useful to delete nodes no longer visible onscreen, etc. Enabler Can be used to check if a node is visible in the camera. Then perhaps trigger some behaviour. Though this is attached to the process method, which executes on every frame, it will only print that when the enemy is visible on screen. Customisation