15 of the Biggest Video Game Companies You Could Work For
Are you looking for a career in game development? Well, the video game industry is looking to hire. Whether you’re a programmer, artist, writer, marketer, or gamer, you can find … Read more
Are you looking for a career in game development? Well, the video game industry is looking to hire. Whether you’re a programmer, artist, writer, marketer, or gamer, you can find … Read more
In this article, we’re going to explore insertion sort – a popular, simple sorting algorithm for handling array data. Knowing the insertion sort algorithm will not only improve your computer … Read more
In this tutorial, we will be examining recursion and recursive functions. Recursion is simply when a function calls itself, and recursive functions have a wide range of applications from solving … Read more
In this tutorial, we are going to be looking at quick sort algorithms, their syntax, and usages. The quick sort algorithm is a time and memory-efficient sorting algorithm, and knowing … Read more
In this tutorial, we are going to be looking at “merge sort” – an efficient and general-purpose algorithm for handling arrays. Not only is it one of the best choices … Read more
Have you ever wanted a Unity-official solution for multiplayer networking in Unity? Or – do you perhaps just want an alternative to using multiplayer frameworks like Photon and Mirror? Allow … Read more
Tired of static assets? What about adding some animations to your games? Well, for Unity developers, you’ve come to the right place. In this tutorial, we will explore how to … Read more
The mobile gaming industry is the largest video game industry – with over 2 billion active players worldwide. It is also the most diverse player base with people of all … Read more
Since the release of Unity 2017.1 in the summer of 2017, Unity Technologies has made making 2D games incredibly easy and fast. In this tutorial, we will create a fully-featured … Read more
Levels and level design make up a huge portion of game development – even when it comes to 2D levels. In this tutorial, we’re going to cover Unity’s Tilemap Editor: … Read more
While static sprites work fine, animating your 2D characters in a game can create a whole new experience – so knowing how to do so can be a great boost … Read more
If you’re using a bone system with your 2D characters, did you know you can animate right within the Unity Engine? In this tutorial, we’re going to show you how … Read more
What if I told you that you could create intricate 3D games, complete with AAA graphics and a third-person character, all without writing a single line of code? Well if … Read more
When I was in school studying mathematics (like all other students), my favorite problems to work on would be the ones that had some sort of real-world meaning. That is … Read more
Computers can handle repetition. In fact, it is one of the things computers are exceptionally good at. As we discussed in Part 1, this ability is a core value that … Read more
The great advantage computers have when compared with their human counterparts is the ability to perform the same task over and over again with the same level of precision. They … Read more
So, you’ve got your brilliant video game idea that you just can’t wait to turn into an actual game and get into the game development process. You start searching around … Read more
Whenever a human learns a new subject, whether it be a musical instrument or a new language, there’s always a theme of “trial and error.” Attempting to get the correct … Read more