Entity

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

An entity represents every object in a game. The entity system allows a game programmer (for example using CEL) to speak to game objects in a consistant manner.

Examples of entities are: the player, the world itself, creatures, a candle, objects in general, items, etc.

This page is far from complete, go ahead and write some more!
You can extend this page by editing it.