Search:

Home | Computer | Computer Games


What Is A Game Engine & How To Use It!

By: Amy Boyd

Games that are of the same type pretty much all work the same way. For instance, all first-person shooters like Doom need code that does virtually the same set of tasks. All side-scrolling games, such as the old Super Mario Brothers or Sonic the Hedgehog, also use code that does virtually the same things.

To make game programmers' lives less stressful, other programmers often develop game engines. A game engine performs the most widespread tasks that a particular type of game does. For example, a game engine for first-person shooters handles all of the tasks associated with displaying scenery, drawing bad guys, and so forth. You have to include your own scenery, code for your weapons, and any other code that is precise to your game. The game engine handles displaying buildings, trees, and things like that.

Game use game engines to get their work finished. Game engines, in turn, use graphics libraries to do all of their drawing. If you have a game engine and a graphics library, it saves you from writing a tremendous amount of code. All you have to do is add your game code on top of the game engine. That's the only part of the game that you have to write. Take my word for it; that's all you want to worry about. You'll find writing your game code daring enough.

Diverse types of games each need their own game engine. So you may run across game engines that are for first-person shooters, others that are for flight simulators, and so on. The best game engines are generic enough to be used for more than one type of game. Many excellent game engines are available commercially. The people who write them usually request you to buy the engine or pay a royalty when you sell your game. Some request both.

Article Source: http://www.onlinearticlessite.com

Interested in learning more? You can discover a wealth of information at interactive virtual environment or even browser game engine

Please Rate this Article

 

Not yet Rated

Click the XML Icon Above to Receive Computer Games Articles Via RSS!

Powered by Article Dashboard