Phaser 3: ES6 Webpack Project Template
So I’ve been playing around with Phaser 3 a lot lately and one of the biggest issues for me was getting it up and running with Babel and Webpack along with writing unit tests...
lang="en-US">
Let’s talk about it…
So I’ve been playing around with Phaser 3 a lot lately and one of the biggest issues for me was getting it up and running with Babel and Webpack along with writing unit tests...
In the previous posts we talked about how to create a budget for your game, some helpful tips if you’re not a programmer and finally we went over the best ways to help you in getting started. Now...
What Is Amortization? This is an accounting term for taking multiple payments over time or spreading a single payment out over a period of time. Example 1: Taking Multiple Payments One way you can...
GoalKicker.com is giving away these free programming books and I thought I would share the love for anyone who hasn’t seen them yet. There are more available from their website but these are the...
There are a lot of times when you’re using Git and BitBucket in a work environment and you want to be able to test someone’s PR branch without having to download a patch or...
It’s so frustrating to make a horizontal ruler with label text positioned on top of it. There are many different ways to do it but they require a lot of custom CSS that makes...
I spent a good 4 hours trying to figure out how to get HighCharts to use a custom date in the tooltip without using the custom tooltip formatter. Geesh! Why is it so painful??...
Now that you’ve designed a plan for your game and you’ve figured out whether or not you’ll be programming it yourself it’s time to make your budget. At first you might be thinking, why...
So recently I’ve been doing a lot of Angular unit tests with Jasmine and Grunt. I have to say, testing promises is extremely frustrating and most of the examples I found out there either...
What Is Testing? Testing is a way to check if your software is running properly by purposefully trying to find errors so they can be corrected or prevented from happening in the future. Why...