Skip to content Skip to sidebar Skip to footer

What Makes a Great Game: A Gentle Reminder for Programmers


It is easy to get lost in all the details of building a great video or computer game. In fact, it is so easy that we can forget the parts of a game that make them fun to play. The following serves as a gentle reminder of what prompts players to play games in the first place. Refer to this reminder in case you get bogged down or distracted with confusing C++ syntax, or lines and lines of Visual Basic statements and DLL structures.


  1. Remember that the player is the main character. Here's a secret between you and me: people play games to gain a sense of control. If you can manage to program your game in a way that puts the player in control, then you've already won half the battle. This doesn't suggest that the game should be easy. It simply means that when a gamer runs home from school or drives home from work to play a video game, she wants to feel the control that she didn't have during the hours between nine and five. The outcome of a game, whether it's a win or a loss, should never be random, but the result of good, controlled gameplay instead.


  1. KISS. Do you remember that acronym? It stands for Keep It Simple Stupid. We all know that programming a game is a hard business, but believe us when we say we don't want to be reminded of it. The difficulty of programming a game should never be part of the gameplay. So when possible, make the game easy to start, easy to navigate, and of course, easy to play. We're not asking for a preschool strategy here, but on the other hand, we don't want to feel as dumb as a pre-schooler either. Forget the hundred-page manual. Nobody except the truly obsessed is going to read it anyway. Build your game for the average Joe, and everyone will be your fan.


  1. Add plenty of action, and add lots of it too. The more action you add to your game, the more attention players will pay attention to it. And the more that players pay attention to your game, the more addictive your game gets. For every action that a player's character makes, have the game react and then prompt the player for more.


  1. Make the story a good one. Nothing is worse than playing a game only to wonder what you're doing and why. The purpose is and always has been a human obsession. But without it, we're left wondering... in the darkness... wondering bizarre things like how the house would look in a coat of bright pink paint. Don't allow your players to waste time like that. Give them a mission and make sure your game reminds them what the mission is at opportune times and why they must complete it.


  1. Give us eye candy, but make it relevant. The graphics in a game shouldn't be distracting. They should make our eyeballs glaze over with satisfaction upon seeing them, and then salivate for more. Graphics should contain clues and entice us further and further into the game until we've beaten the thing.


  1. Make it real. Fantasy games are okay, but what makes them cool is the fact that they're realistic. It's hard to get into something that isn't familiar or that there's no way we could ever experience it. But if you can implement some reality into your games, players will appreciate it and relate to it on a whole new respectable level.


Post a Comment for " What Makes a Great Game: A Gentle Reminder for Programmers"