Easy Video Games to Make Simple Video Games

Download Article

Download Article

Designing a video game is no small task, but if you have an idea that is too good not to make, there is no better time than now to get started. With the widespread growth of independent development, creating a game has never been easier or cheaper. Follow this guide to start designing and creating the game of your dreams, and then share it with the world.

  1. 1

    Pick your genre. While every successful game is unique in its way, almost all of them fit into a specific genre.[1] Decide what kind of game you want to create, and look at what other games in the same genre do. Some common genres include:

    • Arcade games
    • Shooters
    • Puzzles
    • Platformers
    • Racing
    • Adventures
    • Endless runners
    • RPGs
    • First-person shooters
    • Third-person shooters
    • Story/Manga driven JRPG
    • Visual novels
    • Tower Defense
    • Horror
    • Fighters
    • Comedy
    • Survival
  2. 2

    Pick your platform. The platform that you choose to develop your game will significantly impact the way it is developed. The platform dictates the way the game is controlled; smartphone games are typically touch-and-tilt-based, PC games typically use a keyboard and mouse, and console games use gamepads. Note that most commercial PC games also support Gamepad.

    • There are exceptions to all these rules, but you will generally find it easier to design the game around a specific control method.
    • If you want to make an iPhone game, you will need to submit it to the Apple store from a Mac computer.[2] However, one exception is the Godot Engine which also allows you to create for iPhone on Linux which is useful if you don't have a Mac.[3]

    Advertisement

  3. 3

    Write out the preliminary design. This should just be at least one page but will be the heart of the gameplay experience you create. It contains the fundamental concepts of your game and will allow you to see if your idea is viable as a video game.

  4. 4

    Start with a core philosophy. This statement will serve as the motivating force behind the game. These are very simple statements that get to the heart of what the game is. Revisit it often to ensure that your game is still meeting its basic goals. Some example core philosophies:

    • This game simulates a space station economy
    • This game lets you play as a living car
    • This game is about testing the player's reflexes
  5. 5

    Write down your features. The features are what sets your game apart from others in the same genre. Start by listing your ideas and concepts. Turn those concepts into action-driven sentences. Shoot for between 5-15 features. For example:

    • Concept: space station construction.
    • Feature: Build and manage your space station.
    • Concept: damage from asteroids
    • Feature: Struggle to survive against environmental hazards, including asteroids, solar flares, and comets.
    • Writing down your features first will allow you to flesh each one of them out later in the design document. Having your features listed in the beginning will keep your project focused and prevent "feature-creep", where ideas keep getting added later on in the process.
    • Continue to revise these features until you are satisfied that they represent the game that you want to make.
  6. 6

    Take a break. Put the preliminary design in a drawer and try not to think about it for a week or two. You want to be able to go back to it with a fresh perspective. This will help you determine if the project is worth pursuing, or if you need to go back to the drawing board.

  7. Advertisement

  1. 1

    Get down to the nitty-gritty details. The design document is the backbone of your video game. It contains detailed descriptions of your game's mechanics, plot, setting, aesthetic design, and more. The format of the document is not as important as the content.[4]

    • Design documents are especially important if you are managing a team of programmers and artists. Make sure that the document is geared toward them, and not towards the end consumer. Avoid being vague and go into great detail as to how each of the game's mechanics should work.[5]
    • Not every game has a design document, and no two design documents will look alike. Use these steps as a guideline, but feel free to tailor your document to your game's needs.
  2. 2

    Formulate the table of contents. Every single aspect of the game needs to be addressed in the table of contents. The only thing that doesn't need to be included in the story unless the story is fundamentally connected to the mechanics of the game.[6]

    • Approach the table of contents in a similar way as you would a game manual. Start with broad sections, such as Character Creation, Combat, and Main Interface, and then flesh each one of these sections out with subsections.[7]
    • Think of the table of contents as an outline for the game. You will be going into much more detail for each entry in the table
  3. 3

    Fill out each section of your document. After you have the table laid out, start expanding on the mechanics. Take the time to go into detail so that there is no confusion when you start programming. Each mechanic should be fully explained so that there is no confusion when it comes time to implement it.

  4. 4

    Run it by another person or your team. Depending on your approach, game design can be a very collaborative process. Insight from others can help keep your game focused, and can point out areas that aren't as well thought out.

    • Be sure that the person you are showing it to knows you plan on releasing it. A person might not be too critical of a game that they think is just an idea.
    • If you're going to show it to a close person, usually your parents, keep in mind they're probably being more lenient than your average game reviewer. This doesn't mean you can't show them. Rather, they should not be your only source of feedback.
  5. Advertisement

  1. 1

    Decide on an engine. The engine is the underlying base of the game. It contains a host of development tools that ease the creation of a game. It is much more time-efficient and less complex to create a game using an existing engine than to create a new one from scratch. There are a variety of engines designed for indie developers.[8]

    • Engines often make it much simpler to manipulate graphics, sound, and AI.
    • Different engines have different strengths and weaknesses. Some are more suited to 2D graphics, while others are designed for 3D graphics. Some engines require significantly more programming knowledge than others. There are several game development tools that you can use with no previous coding experience. Many engines have licensing fees, especially for commercial use. Popular independent development engines include:
      • Unity – A 3D engine popular for its ease of use and portability. Unity also supports 2D game development.
      • Unreal Engine – An engine that can be adapted to a wide range of uses. Many AAA games have been made using this engine. It also has Visual Scripting called Blueprints by default.
      • Godot Engine - A Free and Open Source Engine that has become popular recently. More features are added by contributors on every release. Has Visual Scripting and supports multiple programming languages. Can do both 2D and 3D.
      • GameMaker: Studio – One of the most popular 2D game engines.
      • RPG Maker Series – A scripting engine designed for 2D RPG is the traditional JRPG style.
      • Source – A very popular 3D engine that is consistently updated and modified.
      • Project Spark - An optimized 3D engine that addresses the average user.
  2. 2

    Learn your engine or find someone who knows it. Depending on the engine you choose, you may be facing a significant amount of programming. Even the most basic engines will require time to understand how to manipulate them. If the programming is beyond your capabilities, you'll either need to learn it or hire someone.

    • This will be the beginning of your team-building phase. If you are unable to program, your first hire will need to be a programmer. You can worry about art and sound later; you need to be able to come up with a working prototype before the project can continue
    • There is a large community of independent developers that you should be networking with. People will join projects for all kinds of different reasons and compensations. This is where having a solid game design document helps a lot because it shows that you commit to your idea.
  3. 3

    Build a prototype. Once you are familiar with the engine you have chosen, build a prototype of the game. This prototype will serve as a basic test of the core functionality of the game. You don't need graphics or audio for the prototype, just simple placeholders (like a cube or a stick figure) and a small test area.[9]

    • Test and refine the prototype, again and again, to ensure that it is fun to play. Make note of anything that doesn't work or feel right, and readdress the mechanics involved. If the prototype isn't fun to play, then the final game probably won't be either.
    • There will always be features that seemed easy or feasible that just won't work when it comes time to make the game. Expect the prototype to change multiple times as you tweak what works and what doesn't.
  4. 4

    Refine the controls. The most basic functionality of the game is the player interacting with the game through some sort of control input. Use the prototype to ensure that the controls are as perfect as they can be.

    • Games with poorly-implemented controls will frustrate players. Games with perfectly executed controls will be rewarding to a player's skill.
  5. Advertisement

  1. 1

    Consider your project's needs. Depending on the scope of your project, your art needs can vary significantly. Some games are built using only simple shapes and colors, while other games feature complex worlds created by vast teams of artists and sound designers. Be realistic with your goals for the assets in your game, and hire accordingly.

    • Most independent games are created by small teams, oftentimes one person. If you are doing the entire project yourself, expect it to take a significant amount of time, especially if you are intending to create all of the assets yourself.
    • There are a variety of free-to-use assets available online through development communities. Always make sure that anything you use does not violate someone's copyright.
  2. 2

    Create a rough draft of some art. In order to start getting a feel for the visual aesthetic of the game, you will need to begin implementing art into the prototype, and then start expanding that prototype into the game proper.

    • There are a variety of styles that you can use. Pixel art (intentionally retro) is one of the most common styles employed by independent developers. This is because pixel art is typically the fastest and least-expensive art to produce that still results in a "good looking" game.[10]
    • If you have more time and manpower, you can consider using 3D art. Basic 3D modeling is possible with a one-man team, but more complex details will take significantly more time. 3D models need textures on top of the model.[11]
  3. 3

    Design the world, or structure, of the game. Once you have some art to use, you can start constructing the game itself. Depending on the style of game you are making, you may need to create levels or playing areas. If you are making a puzzle game, then you can start designing your puzzles.

  4. 4

    Develop your art assets. Depending on your art style, there are different programs you can use to create your art assets. Some of the more popular programs include:

    • Blender – This open-source program is one of the most popular 3D modeling solutions around. There are endless tutorials available online that can show you how to get up and running quickly.
    • Photoshop – This program is essential in the texturing process, as well as creating most 2D art. It is expensive, so if money is a concern, consider trying GIMP, the open-source, free alternative to Photoshop. GIMP has most of the same functionality.
    • Paint.net – This is an open-source alternative to Paint Shop Pro, and will allow you to create 2D art with ease for free. This program is especially useful for creating 2D pixel art graphics.
    • Use Adobe Illustrator - This program is good for Vector art. It is expensive, so if money is a concern, consider trying Inkscape, the open-source, free alternative to Illustrator.
  5. 5

    Record your audio assets. Sound design plays an essential part in the immersion when playing a game. Whether or not you have music, when and how you use sound effects, and spoken dialogue all affect the way the player connects with the game.

    • You can find several powerful and free audio recordings and music creation software online. Consider using these if you are on a tight budget or are working independently.
    • Make your sound effects with objects around your home.
  6. Advertisement

  1. 1

    Play your game as much as possible. As you build each aspect of the game, play it to ensure that it remains fun and cohesive. If an area or idea feels weak or poorly implemented, refine it or cut it. Once all of your levels or puzzles or play areas are complete, play through it to make sure it is fun from beginning to end.

  2. 2

    Stay focused on your core philosophy. Throughout the development process, you should be constantly checking to see that your game is attaining that philosophy. Make sure that you are sticking to your feature list, and that you aren't getting bogged down by more and more additions.[12]

  3. 3

    Polish, polish, polish. Constantly go back over your art, sound, and game design to smooth rough edges and bring out your game's distinct style. Your ability to quickly polish will be heavily dependent on the art style you have chosen to use.

  4. Advertisement

  1. 1

    Start bug hunting. Once you have a working game from start to finish, it's time to start looking for ways to break it. Finding the bugs in your game and squashing them is essential to making sure that as many people can play it as possible.

  2. 2

    Perform actions that you wouldn't normally try. Every conceivable way a player can interact with the game needs to be accounted for. Make sure that your game rules can't be bypassed or broken by attacking those rules as much as possible.

    • Bug testing can take a significant amount of time, even as much as the game took to create. The more people you can get to help with testing, the more problems you will be able to find and fix.
  3. 3

    Prioritize the repair of any bugs. If you have a large list of bugs, and only a limited time to fix the game, make sure that you deal with serious, game-breaking bugs first. For example, if there was a bug that allowed a player to earn an unlimited high score in a score-based game, you would want to make sure that the bug was taken care of immediately.

  4. 4

    Watch other people play. Get some friends over to try out your game. Watch how they approach your challenges, and how they interact with your game world. Chances are they will try to do things that you never even thought someone would do.[13]

  5. Advertisement

  1. 1

    Check with your engine on the rules for releasing compiled programs. Each engine supports specific platforms, and some require different licenses to release on different platforms. For example, with Game Studio, you can release on Windows and Mac OS X with the Standard version, but need to upgrade to the Pro version and pay an extra fee to release mobile versions.

  2. 2

    Hype your game. Once you are nearing your game's release, start trying to attract some attention. Release some screenshots and video clips of your game in action on popular gaming forums. Contact gaming news sites and let them know that your game will be releasing soon (be sure to include how to get it, how much it costs, and a summary of the game).[14]

    • Create a company website during production so that you can start building followers. Hosting a forum for your game is a great way to get fans talking to each other, and regularly updating your site can start to draw more attention.
  3. 3

    Decide on a distribution service. Some independent developers will host the game on their website, but you may find that demand costs you a significant amount in hosting fees, and some hosts can't support the load that a successful game requires. There are several popular outlets for releasing independent games on PC, Mac OS X, and Linux:

    • Steam
    • Desura
    • Humble Store
    • GOG
    • Mobile games typically need to be released through their prospective stores (Apple App Store, Google Play Store, etc.). The same goes for console games (Xbox Live, PlayStation Network, etc.).
    • Different services will take different cuts on the sale of your game. Research each one to see if they are right for you. Most services have pines on sale. Reps that you can speak with directly as a developer.
  4. 4

    Support your game. Once your game is released, support it as much as financially possible with bug fixes and more content. The age of digital distribution means that games can be updated quicker than ever before. There are bound to be bugs that appear once the population at large has access to your game. Do what you can to fix these as soon as possible.

  5. Advertisement

Add New Question

  • Question

    Will pixel graphics work well?

    Community Answer

    It depends on the type of game you are creating, so in some cases, yes, they can work well.

  • Question

    Are there companies who can help me build a game?

    Community Answer

    Yo can make prototype of your game and submit it to a game company. Otherwise, you'll have to assemble a team of local programmers and designers.

  • Question

    What software can I use to make my own game?

    Community Answer

    Try Unity, Game Maker, Unreal 4, RPG Maker, UDK, or COCOS 2DX. There is a lot of good game-development software out there.

See more answers

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

Video

  • Start by making small games. Don't think of making money even if that's your goal and make games you like. When the time comes, you will know when to make money.

  • There will be some people who won't believe you can do it, but, as long as you take it seriously you can accomplish it.

  • Don't expect to make millions overnight. Creating a game should be a work of passion; making money is a welcome bonus.

Show More Tips

Thanks for submitting a tip for review!

Advertisement

  • Do a lot of research to see whether game development is for you!

  • If you expect to release your video game to the public and sell it in the market, you'll first need to submit your game to the ESRB for a rating category (E, E10+, T, M, and AO). You must be careful to avoid receiving the AO rating because it's a death sentence for gamemakers. This means you should try to limit how much sex and violence is allowed in your game to make sure it at least receives an M-rating or below. An AO rating will ruin your game because video game console manufacturers will almost certainly refuse to publish your AO-rated game on their platforms, news organizations are very unlikely to advertise your game, and almost all retailers will not carry AO-rated games. If your game is given this rating, you should make edits or modifications to help get the rating lowered to an M.

  • You are likely to hit snags along the way, but don't let yourself be deterred. Creating a good game is a time-consuming process, but the result will be worth the effort.

  • Making a video game is not as fun as playing one. Many young gamers want to make video games simply because they enjoy playing them. Playing and making are not the same thing. You will have to play and do the exact same thing in your game hundreds of thousands of times, and do this for years. Some gamers (the patient ones) can do so. Others give up after a few months as they get bored.

Advertisement

About This Article

Article Summary X

If you want to make your own video game, start by picking a genre, such as adventure or RPG, and decide which platform you want your game to be on, like PC or mobile. Then, write out a preliminary design for the idea of your game, with a few core concepts and corresponding key features. For example, if one of your concepts was space exploration, one of your key features could be a zero-gravity construction task. Once you have these ideas, you can make a design document and begin programming to test the game! For tips on fleshing out your design and coding the game, read on!

Did this summary help you?

Thanks to all authors for creating a page that has been read 975,983 times.

Did this article help you?

quinnramord.blogspot.com

Source: https://www.wikihow.com/Make-Your-Own-Video-Game

0 Response to "Easy Video Games to Make Simple Video Games"

Enregistrer un commentaire

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel