Game Development Tools

Blog posts about the tools to use.


Introduction to Libraries in Go

Feb. 21, 2024 tools · beginner ·

The world of software development is an ice berg. There is always more below the surface. When I started into programming, I didn’t know enough to not know what I didn’t know. But don’t let that get too overwhelming for you. As developers, we can stand on the shoulders of amazing developers that have come before us. How do we do this? Well by leveraging libraries, specifically libraries provided under an Open Source License.




Gettings Started With Your Environment

Jan. 27, 2024 tools ·

Wanting to start programming can be a daunting task. There are hours of videos and posts out there that you could watch. And it is easy to get lost in the mix with it all going on. I’m just adding to the confusion I’m sure, but I’ve found people teach and learn in different ways. Perhaps the way I think about problems will help you. Philosophy of Use Before you can jump into a project, you need to understand your workflow and priorities that you have.