Into the Titan Game Concepts
This page discusses game-design concepts used in the development of the game Into the Titan.
Mouse-Based Control Into the Titan is a self-paced, slow-moving adventure/puzzle game. It does not require "button-mashing" controls common to other genres such as platformers, and I wanted to ensure that the game's nature was reflected in its control system. Therefore the mouse-based control system was developed. The game's controls were designed to be fluid and intuitive: to walk, the player simply clicks, and the character begins to move through the world. To speed up, the mouse is moved forward, and to walk in reverse, the mouse is moved backward. To interact with objects, the right mouse button is clicked while the cursor is positioned above the object in question. This control system has allowed the game to distance itself from more typical realtime games such as first-person-shooters. The control system does owe a debt to the realtime adventure/puzzle game Uru, but it is different in some ways, and (I like to think) superior.
|
|
Non-Player Characters (NPCs) In The Voyage of the Golden Arm, NPC interaction was limited to one line of dialog per NPC in most cases. With Into the Titan, I was determined to push the extent of NPC interaction a bit further. I developed a "word-balloon" system in which a player could click on a NPC and receive the character's dialog in snippets, which are displayed above the NPC's head. The player can take as long as she wants to read the dialog. Unfortunately, as Into the Titan has few NPCs, this nifty system did not see much use. Maybe next time! |