Posts

Showing posts from April, 2022

How to Become a Video Game Developer— 2022

Image
  One of the most common questions that programmers and gamers or those interested in the field of games have about how to start in the field of game development and how they can become game developers, and you often ask yourself these questions: What prior knowledge (base knowledge) should I have before starting the game development field? What are the types and parts of the game development? What is the roadmap to becoming a game developer? What are the best resources to learn from? What is the opportunity to get a job in game development and what is the salary? Don’t worry in this article I will answer all the questions that come to your mind one by one! Firstly let’s talk about what knowledge or experiences you should have to start with game development notice here I’m talking about the game development, not the game design so the main thing you should know before starting on the game development is that the programming and the code write is the base for the start: 1- So you should
Image
          Word is the best code editor Many of you may be surprised by the title, as there are many code editors such as  VS Code ,  Visual Studio ,  JetBrains editors ,  Netbeans  …., that contain many tools and features that help in writing the code, or perhaps wondering is it possible to write the code in Word files, compile it and run it?? This is what we will explain in this article. Is There Differences Between The Editor And Compiler? First of all, let’s agree that a code editor is different from a code compiler. Let’s explain more by giving a clear definition of each term so that you can agree on the difference between them. The Editor:  is just a program in which you write and edit the program. The Compiler:  is used to compile the program, and convert the program to machine understandable code. There is another term we should know about it which is the  IDE  (Integrated Development Environment) The IDE:  is a development environment that often combines both (Editing and Comp