I am working my way through Head First Design Patterns and I will be sharing my notes on each topic. Design patterns are an important object oriented programming concept as they help software engineers have an arsenal of solutions to problems that sh...
Great way to start my first post on this blog with the first game I worked on. I call this game Tilt and it's a very simple game made with Godot. All the code is written in gdscript and is very similar to Python so I was very comfortable. To play thi...