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"