What Kind of Reality Check Do I Need Quiz
Q&A for How to Design a Video Game
Coming soon
Search
-
QuestionWhat makes a good game design?Dan Klein is an improvisation expert and coach who teaches at the Stanford University Department of Theater and Performance Studies as well as at Stanford's Graduate School of Business. Dan has been teaching improvisation, creativity, and storytelling to students and organizations around the world for over 20 years. Dan received his BA from Stanford University in 1991.In the gaming industry, the most fun and beautiful games are the ones where the story emerges from the play of the game.
-
QuestionHow do I design the game graphics?Community AnswerUse gimp for pixel art. If you want to focus on coding, hire a graphic designer, or obtain free pixel art on the web, which may remove the need to make any. Also, many hobbyists are just aching to use their spriting skills for a good cause (aka video games).
-
QuestionHow can I make good glitches?Community AnswerSomeone said, "If debugging is the process of getting rid of glitches, programming must be the process of making them." Simply make your game and take out the bad or unfair glitches while keeping the good ones. You don't exactly make a glitch; glitches are usually unintentional.
-
QuestionWhich courses are the best to take when interested in the video game field?Community AnswerGraphic design and programming are ideal for people interested in entering the video game field.
-
QuestionHow do you create an exciting video game?Community AnswerAn exciting video game should be fun to play. Consider adding lots of action, such as making huge monsters, great bosses, and a fast pace. Just don't make it too difficult too quickly. The pace and difficulty of the game should increase as the game progresses.
-
QuestionCan I design everything about a video game myself and have it sell?Community AnswerYes, it is possible to do that. Many indie game developers have successfully designed a whole game by themselves. It will take a lot of skill and effort, though. I recommend you start with the RPGMaker engine, it's so simple that even a child can make a game.
-
QuestionHow do I start coding at home? I'm not old enough for college, and my high school only offers a hacking class. Are there any websites that I can use to learn to code?Community AnswerHacking is the highest and most powerful type of coding. However, Khan Academy, CodeCombat, and Robotgame all teach coding, although Robotgame is more advanced. In the meantime, learn the hacking. The skills will help with coding.
-
QuestionAre there schools for younger people to learn video game design?Community AnswerYou don't need a school. Try some Hour of Codes for coding, or Scratch for a game engine. They are both easy to learn and are a significant step forward.
-
QuestionHow do I find a producer?Community AnswerYou ARE the producer. YOU make the video games. Sure you can give your idea to someone, but you don't deserve any credit.
-
QuestionWhat is the most preferred language to make a game in? Is it C, C++, C#, or Java?Community AnswerC is widely used as well as C# and C++ for video game development especially in game engines such as Unity 3D. While JavaScript is widely used for Web development. Although JavaScript can be used for game development examples are UnityScript. Java is mostly used for app development and websites.
-
QuestionIs making a sequel of an existing game series stupid?Community AnswerNot if there are a lot of new ideas or significant improvements in the sequel. However, if the existing game series is not your own, you might not be able to legally sell or distribute such a game due to copyrights.
-
QuestionIs it okay if my game falls under more than one genre?Community AnswerYes, take Mount & Blade, for example. It combines elements of the RPG and RTS genres. If you are a beginner, though, it might be best to keep things simple.
-
QuestionHow do I design a game digitally?Community AnswerUse a game engine or code it yourself.
-
QuestionCan I just make video game about a movie?Community AnswerNo. If the movie is not your own, you can't legally sell or distribute your game due to copyright.
-
QuestionIs it possible to code and make a game using multiple languages?Community AnswerYes, it is. In fact, many modern games use several different languages for different tasks. For example, Hearts of Iron 4 uses Lua and C++.
-
QuestionI want to make an enemy that's impossible to beat and force the player to not fight it and make it to point b without being caught (not an instant fail). How do I do that but make it fair or it unfair?Dillon RichardsonCommunity AnswerYou could make them slow, or add a "line of vision" so the player can hide outside of their view. You could show this with an eye, which is open when they can see you and closed when they are not.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit