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?"
In a vast ocean of new AI powered products being released every day, trying to swim against the current might drown you. ChatGPT, and many other new powerful chat bots, is an incredible tool for productivity, allowing one to get quick and contextualized answers for problems, get help writing and… Read More... "How do I use chatGPT to help me write articles"
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"
As internet access becomes more widely available, more devices get connected to the internet and faster speeds become more widespread and cheaper, DDoS (or Distributed Denial of Service) attacks have also become more common. Such a simple attack, despite not being able to leak data or infect machines with viruses,… Read More... "How to avoid DDoS attacks"
Unity is one of the most popular game engines, and wordpress is the indisputable king of CMS, being used in nearly 1 billion websites(43% of the entire web). Because of their popularity, it’s common that people will want to integrate both: have a wordpress website where people can make an… Read More... "How to make a Login system on Unity + WordPress"
As an indie game developer, it’s crucial to have a well-thought-out marketing strategy to help your game stand out in a crowded market. In this article, we’ll cover some proven strategies for promoting your indie game and reaching a wider audience. Create a Professional Website A professional website is the… Read More... "How to advertise your indie game"
Blender is a powerful 3D modeling software that can help create stunning 3D models and animations. However, to truly take advantage of Blender’s features, one must optimize the program to get the best performance while working with it. Here are some tips on how to optimize Blender for maximum performance… Read More... "How to make blender Run Faster"
Mobile gaming has become increasingly popular over the past few years, and game developers have had to adapt their existing titles to take advantage of this trend. Adapting a game for mobile involves making a number of changes to the game’s controls, performance, graphics, and monetization models. Here are some… Read More... "How to adapt a game to mobile"
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"
The horror genre has been gaining in popularity in recent years, and creating horror games has become a popular hobby for gamers. From terrifying jump scares to psychological suspense, horror games provide an intense experience for players. Creating a horror game can be a daunting challenge for game developers, but… Read More... "How to make a good horror game"