How to Publish Godot Game on Google Play Store

Congratulations! If you have just finished creating a Godot 4 game intended for mobile (and I assume you are if you’re reading this How-To) then I commend you for your hard work. It’s not easy to finish a game - even a small one. I won’t waste your time, let’s jump immediately into the process of taking your game from the editor to your Android device. Here are the steps for getting your game live There are two major steps for getting your game live on the Google Play Store:...

December 28, 2022 · 3 min · Me

Godot First Mobile Game

My wife and I have released a mobile game onto the Google Play Store: Bouncy Ghost. There is a lot of work left to do, and a lot of placeholder graphics (Please enjoy the Machine Generated logo for the game.)

November 29, 2022 · 1 min · Me

How to Use React as a CDN

What is React TL;DR: Here is the template to get started immediately! If you’re reading this guide, there is good chance you are new to React. If you’re anything like me, diving in and messing around with a library is the fastest and most effective way for you to learn. When I was following the Getting Started guide from the official ReactJS site, I immediately ran into some unexpected errors when following the rest of their tutorial....

August 4, 2022 · 2 min · Me

React Weather App | Part 2 - The Wrap Up

The Finish Line Read Part 1: Diving Into React or check out My Weather App. A few days ago I set out to use React for the first time by creating a small weather app. It has now reached minimal viable product specs, so I’m concluding this exercise. Being a MVP there is definitely a lot of features and extra goodness that could go into this. But considering the minimal time investment, I’m very happy with how this came out....

August 1, 2022 · 5 min · Me

React Weather App | Part 1 - Diving Into React

Photo by Ferenc Almasi Diving Into React I first started seriously web designing sites in 2015, when I got my first big boy job as an online marketer. I remember reading about frameworks and looking into React. And it was way over my head. Later, while working as a front end developer for a start up, I got to choose between using VueJS and React. I had been working there for roughly three months, and while I had a bit more programming experience, React still looked intimidating....

July 27, 2022 · 3 min · Me