Q&A for How to Make Computer Games

Return to Full Article

Search
Add New Question
  • Question
    I want to create a 3D game, but I don't know where to start. How can I learn?
    Community Answer
    Start by learning a 3D game engine such as Unity. There are a number of books and online tutorials that can help educate you on its use.
  • Question
    How can I create a game without any programming expertise?
    Community Answer
    There is a website called Code.org and this website will teach you how to code. This website gradually gets more challenging as you go. Then, you can code your game.
  • Question
    How can I make a game like GTA, having some knowledge of C++?
    Community Answer
    You can't actually make a game like GTA on your first try. To be honest you can't even create something like Super Mario Bros. but if you really are good at C++ you might be able to create one level of Super Mario but even that's very difficult. Try to aim for creating a very simple game. Even a game where you just move in a small 2D world. Use that game as your prototype and expand it. For example, add coins and enemies. You will notice that your game is improving every day. But again don't aim for GTA because Rockstar had a number of people working together to create GTA.
  • Question
    How long does it take to finish a game?
    Community Answer
    It depends. A simple game can be made within an hour. However, complex games can takes months or even years to complete.
  • Question
    What app can I use to create a game?
    Community Answer
    It's called an IDE (Integrated Development Environment). A few languages are: Java - the recommended IDE is IntelliJ IDEA; C# - the recommended IDE is Visual Studio 2015 Community Edition; C - the recommended IDE is Visual Studio 2015 Community Edition as well; Visual Basic - the recommended IDE is Visual Studio 2015 Community Edition; Python - the recommended IDE is PyCharm.
  • Question
    What is the difference in making games for personal use or for commercial gain?
    Community Answer
    Games that are made for personal use don't need to go through hefty steps to get it sold in Steam, or the Windows store, etc. You also are not restricted by anyone, nor do you need to follow anyone. It's your total imagination (the only thing that limits you from creating games). For commercial gain, you'd have to prepare lots of documents, paperwork, meet and agree to terms with other officials before you can get your game published. It would also have to be of real interest to a wide group of gamers, to ensure that the costs in making it are recouped.
  • Question
    Which 3D engine is the best as well as free?
    Amith singh
    Community Answer
    You can go to Unreal engine 4, which is absolutely free, but make sure you have a good internet speed as you will have to download around 5gb.
  • Question
    Which software is used to create virtual objects?
    Community Answer
    By virtual objects, I'm assuming you mean 3D objects. For that, I use Blender. The learning curve is rather steep, but when you get around that, it's really useful software.
  • Question
    How would one begin to make a computer game?
    Community Answer
    One way would be to select a popular, free, and community-supported game engine like Unity, the Unreal Engine, or Cry Engine. Engines such as these often have extensive documentation on the web and on Youtube, and can serve as a good starting place for beginners.
  • Question
    How do I create a multi-person game where people go against each other?
    Community Answer
    Online, it's going to be really tough. I recommend you try making the game a type of split-screen game if you are going for multiplayer.
  • Question
    Is Kodu game making software recommended?
    Community Answer
    Yes, this is a free and simple program for Windows and MAC. Try it out yourself!
  • Question
    Does it cost money to make computer games?
    Community Answer
    Yes and no. Some game engines are free. Others, have free and paid editions.
  • Question
    As a new programmer, what computer application should I use to make video games?
    Lord Luke
    Community Answer
    I suggest Microworlds EX. To learn the application, I recommend getting the book "Coding for Kids" by Camille McCue, Ph.D. It's ok if you're not a kid, Iit is still a great source for learning the basics of code.
  • Question
    Which programming languages are needed to make computer games?
    Community Answer
    Any language can be used for making games, but some have certain advantages over others. You'll have to do some research on the different types of languages and how they can be applied to game making before you pick the one that's right for you.
  • Question
    How do I make the best quality graphics?
    Community Answer
    If you want the best graphics, you can use C++/Unreal Engine. However, I suggest that you learn another language beforehand because C++ can be very difficult.
  • Question
    Where can I find a website to use as a tool?
    Community Answer
    Twine works. You can download it or use it on the web. Online game creators will need a good internet connection.
  • Question
    Are there courses that study gaming technology?
    Community Answer
    Code.org's "Beyond an Hour of Code" offers courses which teach you how to make apps, games, and eventually web games or websites.
  • Question
    Where do I start if I want to make a video game?
    Manny
    Community Answer
    I recommend learning a programming language that you are comfortable with. Python and C# are good examples for beginners and after that try making simple games. Another alternative is to learn the language the game engine you wish to use is in.
  • Question
    What language is a "must know" for gaming?
    Community Answer
    I would suggest JavaScript, C#, and Python. Learn JavaScript first because it's fairly simple, and then move on to the others after you learn the fundamental concepts in JS.
  • Question
    Do I have to put in code to make a game?
    Community Answer
    If you are making a very basic game, you can use Scratch or Gamemaker. However, for advanced games, you might have to do some programming.
  • Question
    What is needed for making a big PC game?
    Community Answer
    You would need an engine (ie Unity, Unreal 4 etc.), a good experience with your preferred scripting language and a powerful PC to test the game. If you don't want to make models for your game, you could go to the Unity Store where you can find free and paid assets.
  • Question
    How can I make a game like Clash of Clans without knowing about programming?
    Community Answer
    You can learn programming or hire programmers. Code is more important than anything in the making of a game. The program is what decides all the rules and mechanics of the game.
  • Question
    Which software can I use to make a game like Grand Theft Auto?
    Community Answer
    Unity is your best bet for 3D games; although it does require coding knowledge.
  • Question
    How do I make a hacking app?
    Community Answer
    Hacking is illegal. Reconsider wanting to make an app that hacks devices.
  • Question
    Am I at risk of a virus when I'm downloading these coding platforms or the Java platform?
    Community Answer
    If you are careful and don't go to any sketchy sites, you will be fine. Go to the official site of the thing you are looking for. If you feel like something is wrong, run your anti-virus software.
  • Question
    How do I make in-game cinematics?
    Community Answer
    You could use SFM (Source Film Maker) which is available on Steam for free.
  • Question
    How do I make a game work online?
    Borislav Gridnev
    Community Answer
    You should find out how the engine/programming language makes connections to TCP/UDP ports and how it does multiplayer, and then you should program the online parts in the engine or language.
  • Question
    What is a good program to use to create a very simple game if I have very few assets?
    Community Answer
    Stencyl is a good choice for creating simple 2D games. It's quite easy to work with, as coding is not necessary, and it's free. There is also a tutorial and a web guide to help beginners get started. From there, you can expand and create more complex games.
  • Question
    How can I make a game like Shadow Fight?
    Community Answer
    Use engines such as Construct or Fusion. Hand-draw images first, then take a pic and overdraw it using Photoshop. Use Spriter for animating. You need at least a team of 3 to make such a big game, and it would require months of hard work to complete it.
  • Question
    How can I create Android games like Bounce?
    Community Answer
    Android has its own development kit that can be found on their website. It has extensive tutorials and runs on their own variant of JavaScript.
Ask a Question

      Return to Full Article