Ah I don’t know how I almost forgot this gem, but today I got reminded of Unity and the terrible direction it has been taking and remembered to write about them. I guess at this point “How NOT to be a CEO” might as well turn into a series of… Read More... "Unity and John Riccitiello: How NOT to be a CEO"
With the massive popularity of personal computers and their usage by people of all areas, its inevitable that people who aren’t primarily programmers will sooner or later need to do at least some programming. With that in mind, python was made: A language with focus on being easy to understand,… Read More... "Python: A Basic Introduction"
After all the work put into making a game, it’s a bit funny that the next big challenge is publishing it. Unless you for some reason don’t expect to get your game out there, and only wants to share it among friends or family, figuring out where you can post… Read More... "Where to publish my game?"
Unity 3D is a popular game engine that allows developers to create interactive 2D and 3D applications and games for various platforms, including mobile, desktop, consoles, and web. The engine offers a wide range of features, such as a powerful editor, a scripting language(C#, but blueprint-like programming is also possible),… Read More... "The Basics of Unity 3D"
Making a game server can be a hard task. Multiplayer games require the server to respond as quickly as possible and sometimes even predict what’s going to happen to avoid issues caused by players having different latencies. In this article, I’ll explain how I made my game (RPGMod) have a… Read More... "How I made a game server for 1000 players using Node.js"
Video game creation is a quite complex process that requires a great deal of skill and expertise. Making something people will want to play involves knowing what your audience likes, what they expect and how can you deliver that in a way that will still surprise them. First Steps The… Read More... "How to make a Video Game"