Difference between revisions of "User Interface"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
The User Interface (aka UI) is a module which | The User Interface (aka UI) is a module which establishes a two way communication channel with the player, allowing him to both perceive the game world and interact with it via his [[PC]]. | ||
[[ASCII]] or [[graphical tiles]] are commonly used ways to represent the game world; however, you can also use any techniques from other computer games genres, or even try to develop your own. | |||
==Articles== | ==Articles== |
Revision as of 18:05, 22 September 2005
The User Interface (aka UI) is a module which establishes a two way communication channel with the player, allowing him to both perceive the game world and interact with it via his PC.
ASCII or graphical tiles are commonly used ways to represent the game world; however, you can also use any techniques from other computer games genres, or even try to develop your own.