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"
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"
Welcome, gamers! If you’ve been following the trends, you know that the mobile game market has been on the rise for a while now. What you may not know is how to make your pretty game stay looking pretty and still run well on phones and tablets, as those work… Read More... "How to optimize a game for mobile"
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"