What are the steps to creating a game?

Started by
3 comments, last by Tom Sloper 10 years, 11 months ago

What are the steps to creating a game?

Advertisement

Since I am a bad artist, and usually work alone, this is how it goes for me:

  1. Think of a cool idea.
  2. Make a one level ugly prototype. (I sometimes use text instead of actual graphics here)
  3. Play the prototype and see if it's any good.
  4. Improve the gameplay protoype until the game is fun.
  5. Make the game pretty (Add art, menus, etc...)
  6. Send to beta-testers (friends)
  7. Improve controls & Fix bugs based on their input
  8. Publish game.
  9. Improve controls & Fix bugs based on user input

Since I work alone and know how to program, I skip the design document phase.

My Oculus Rift Game: RaiderV

My Android VR games: Time-Rider& Dozer Driver

My browser game: Vitrage - A game of stained glass

My android games : Enemies of the Crown & Killer Bees

This is not a Game Design question. Moving to For Beginners.

-- Tom Sloper -- sloperama.com

1) Be super comfortable programming in your language of choice

2) Once you are comfortable, learn GUI and Graphics.

3) Challenge yourself to learn new things from what the library

of your programming language has to offer.

You should complete each step before moving on to the next step.

Once you got up to step 3, it is a matter of repeating step 3.

What are the steps to creating a game?

The steps vary depending on whether you're talking about a one-man project, an amateur project, a small professional project, or a large-scale professional project.

Which type of project are you most interested in?

-- Tom Sloper -- sloperama.com

This topic is closed to new replies.

Advertisement