LocustDale Bird and Wildlife Viewer is a computer game in which the user can navigate the fictional region of Locustdale and observe it's vegetation, wildlife, and geographic phenomena. The environment presents you with an array of cartography, interpretation, and code based challenges.
Monday, March 21, 2016
LWB watcher system interface explained
This is an example of the interface. Areas are observed by the view window in the center, usually playing a looping video of the current scene. Entering a command from the list of available headings on the right will change the view to an adjacent scene. Entering the question mark into the parser brings up the instructions, showing all the possible parser commands. These include commands to save progress, quit the program, bring up options, etc.
Subscribe to:
Post Comments (Atom)
Where will the text be displayed when the user types in "?" or if you need to display some kind of information to the user?
ReplyDeleteThe instructions will be displayed on a sub window that that appears over the regular interface, and the user can close it by pressing escape. Any other notifications could be presented basically the same way.
Delete