-
Introducing Lua: A Starting Guide for 2025.
This post is a starting guide to the Lua programming language. I recently adopted Lua for one of my projects. While I had previously used Lua several years ago, I needed to get back up to speed. So, I’m sharing my reacquaintance with the language to help others. Unlike Python or JavaScript, the Lua programming…
-
Moon Lander Game
One of the earliest games I played on a personal computer was Jupiter lander on the VIC 20. Back then the Lunar Lander genre stood up there besides Space Invaders & Break-out. While games have come a long way since then, reconstructing one of these simpler games can still be an interesting exercise. It allows…
-
A Programming Lingua Franca
One of the aims of this blog is to include mini-projects that illustrate the aspects of programming I find interesting. In accomplishing this, I want to be as inclusive as possible. Hopefully, the average developer can follow along with ease. Thus, I need a programming language that the majority will find comfortable. I am not…