World Builder (other)
   HOME

TheInfoList



OR:

World Builder is a
game creation system AHjbhb job u tv in ubjb, A game creation system (GCS) is a consumer-targeted game engine and a set of specialized design tools (and sometimes a light scripting language), engineered for the rapid iteration of user-derived video games. Examples incl ...
for point-and-click text-and-graphics adventure games. It was released for
Macintosh The Mac (known as Macintosh until 1999) is a family of personal computers designed and marketed by Apple Inc., Apple Inc. Macs are known for their ease of use and minimalist designs, and are popular among students, creative professionals, and ...
in 1986 by
Silicon Beach Software Silicon Beach Software, Inc., was an early American developer of software products for the Macintosh personal computer. It was founded in San Diego, California in 1984 by Charlie Jackson and his wife Hallie. Jackson later co-founded FutureWave So ...
and had already been used for creating ''
Enchanted Scepters ''Enchanted Scepters'' is a point-and-click adventure game, released in 1984. The player must find the four fire, earth, air and water scepters hidden across the Kingdom, and return them to the Wizard. The gameplay is much like a text adventure ga ...
'' in 1984. On August 7, 1995, developer William C. Appleton released World Builder as
freeware Freeware is software, most often proprietary, that is distributed at no monetary cost to the end user. There is no agreed-upon set of rights, license, or EULA that defines ''freeware'' unambiguously; every publisher defines its own rules for the f ...
.


Functionality

World Builder creates games that consist of two
window A window is an opening in a wall, door, roof, or vehicle that allows the exchange of light and may also allow the passage of sound and sometimes air. Modern windows are usually glazed or covered in some other transparent or translucent materia ...
s: a scene window containing a 1-bit black-and-white illustration of the current location; and a text window containing a text description of the current location, a log of any player interactions in this location, and a
text parser {{Refimprove, date=August 2007 In adventure games, a text parser takes typed input (a command) from the player and simplifies it to something the game can understand. Usually, words with the same meaning are turned into the same word (e.g. "take" a ...
. The player interacts with the game world by clicking objects in the scene window, typing commands into the text parser, and selecting options from the game's Commands and Weapons
menu In a restaurant, the menu is a list of food and beverages offered to customers and the prices. A menu may be à la carte – which presents a list of options from which customers choose – or table d'hôte, in which case a pre-established seque ...
s. World Builder includes an optional combat system that tracks physical and spiritual damage. The world map is organized into
room In a building or large vehicle, like a ship, a room is any enclosed space within a number of walls to which entry is possible only via a door or other dividing structure that connects it to either a passage (architecture), passageway, another roo ...
s, which World Builder calls ''scenes'', with movement between scenes possible in
cardinal direction The four cardinal directions, or cardinal points, are the four main compass directions: north, east, south, and west, commonly denoted by their initials N, E, S, and W respectively. Relative to north, the directions east, south, and west are at ...
s and up/down as was common in earlier
interactive fiction '' Interactive fiction, often abbreviated IF, is software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives, either in the ...
. Other types of movement such as teleportation are possible with scripting. The game engine only supports hostile interactions with NPCs, but scripting can be used for more complex behavior such as peaceful interactions and controlled or random NPC movement. Character combat strength and behavior can be set, as well as the accuracy and strength of native weapons (such as fists and teeth), natural armor and inventory weapons and armor. Combat is
turn-based In video and other games, the passage of time must be handled in a way that players find fair and easy to understand. This is usually done in one of the two ways: real-time and turn-based. Real-time Real-time games have game time progress cont ...
and resolved by the characters' natural attributes modified by armor, weapons and a random component similar to dice rolls in
role-playing games A role-playing game (sometimes spelled roleplaying game, RPG) is a game in which players assume the roles of characters in a fictional setting. Players take responsibility for acting out these roles within a narrative, either through literal ac ...
. A large number of games were made and released in circulation, many after the application was made freeware with the release of version 1.2 in 1995. The software did not support 32-bit addressing until version 1.2 and hence games created with prior versions are not compatible with
System 7 System 7, codenamed "Big Bang", and also known as Mac OS 7, is a graphical user interface-based operating system for Macintosh computers and is part of the classic Mac OS series of operating systems. It was introduced on May 13, 1991, by Apple Co ...
or later. A
ResEdit ResEdit is a discontinued developer tool application for the Apple Macintosh, used to create and edit resources directly in the Mac's resource fork architecture. It was an alternative to tools such as REdit, and the resource compiler ''Rez.'' Fo ...
hack was provided to allow the program (and its games) to run on System 7 to 9 but sounds would not play on Power PC Macs. Ray Dunakin, author of numerous titles using the game development system, contributed various documentation and supporting files for the World Builder 1.2 release.


Interface

World Builder's workflow interface consists of four base windows containing the four types of World Builder components that comprise a World Builder game: scenes, characters, objects, and sounds. From these windows,
dialog box The dialog box (also called dialogue box (non-U.S. English), message box or simply dialog) is a graphical control element in the form of a small window that communicates information to the user and prompts them for a response. Dialog boxes are ...
es and editing windows can be opened to define the properties of individual components. *Scene Map: This window contains a scrollable grid map displaying the scenes in the game. Scenes are added as cells in the map. Each cell can be moved around within the map and opened to edit the scene's graphics, text description, data and code. *Character List: The
player character A player character (also known as a playable character or PC) is a fictional character in a video game or tabletop role-playing game whose actions are controlled by a player rather than the rules of the game. The characters that are not control ...
and NPCs have editable data determining attributes such as gender, combat details, sound effects associated with various actions, and comments displayed when the character takes actions. All NPCs are hostile and player interactions are limited to combat, bribery, chasing, and fleeing. Making peaceful NPCs capable of other interactions requires the use of objects and code. *Object List: These include inventory items and interactive scene objects like doors. *Sound List: World Builder can import sounds from sound libraries and digitized audio, with each sound effect capped at a maximum size of 65.535 kB. World Builder includes a graphics editor to illustrate objects, scenes and characters, with support for QuickDraw vector graphics and
bitmap In computing, a bitmap is a mapping from some domain (for example, a range of integers) to bits. It is also called a bit array A bit array (also known as bitmask, bit map, bit set, bit string, or bit vector) is an array data structure that c ...
raster graphics upright=1, The Smiley, smiley face in the top left corner is a raster image. When enlarged, individual pixels appear as squares. Enlarging further, each pixel can be analyzed, with their colors constructed through combination of the values for ...
and the option to paste raster graphics into the editor.


Scripting

World Builder has a
scripting language A scripting language or script language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system. Scripting languages are usually interpreted at runtime rather than compiled. A scripting ...
allowing the user to manipulate the game's components via two layers of code: scene code and global code. World Builder's scripting language allows the user to program global code to define interactions across all scenes, and scene code to define any scene-specific interactions. The scripting language allows tracking and manipulation of the player character, NPCs, objects, player clicks, typed text, predefined numeric variables and user-defined variables via if-then expressions,
let expression In computer science, a "let" expression associates a function definition with a restricted scope. The "let" expression may also be defined in mathematics, where it associates a Boolean condition with a restricted scope. The "let" expression may b ...
s,
relational operator In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (''e.g.'', ) and inequalities (''e.g.'', ). In prog ...
s, and statements. The World Template included with the program contains default global code with default failure responses to standard text commands like north, south, up, down, and so on. Other than actions with characters (which are always combat oriented) and clicking on objects to pick them up, everything has to set up through code and dialog boxes.


Reception

Gaming historian Richard Moss considered World Builder to be a part of the Macintosh's "for the rest of us" philosophy that democratized home computing with user friendly, accessible tools. World Builder allowed those who weren't skilled coders to develop and modify games with "a few clicks in the authoring tool" and a powerful scripting language. By 1987, World Builder had "spawned a whole breed of games on
bulletin board A bulletin board (pinboard, pin board, noticeboard, or notice board in British English) is a surface intended for the posting of public messages, for example, to advertise items wanted or for sale, announce events, or provide information. B ...
s" ranging "from fairly professional stories to clever, creative efforts by kids and teenagers." ''
Macworld ''Macworld'' is a website dedicated to products and software of Apple Inc., published by Foundry, a subsidiary of IDG Inc. It started life as a print magazine in 1984 and had the largest audited circulation (both total and newsstand) of Macint ...
'' reviewed World Builder in 1986, praising its ability to create potentially elaborate games by "simply... organizing the pieces the way you want them." The review pointed out several limitations. The simplistic coding language makes implementing advanced features difficult, the lack of a complex text parser in the style of
Infocom Infocom was an American software company based in Cambridge, Massachusetts, that produced numerous works of interactive fiction. They also produced a business application, a relational database called ''Cornerstone (software), Cornerstone''. ...
games limits interactivity, and interacting with other characters is "largely confined to fighting." The program was reviewed in 1987 in ''
Dragon A dragon is a reptilian legendary creature that appears in the folklore of many cultures worldwide. Beliefs about dragons vary considerably through regions, but dragons in western cultures since the High Middle Ages have often been depicted as ...
'' #118 by Hartley and Patricia Lesser in "The Role of Computers" column. The reviewers stated that "The variety of worlds, scenes, and characters you can create and motivate seems endless... We are really impressed with ''World Builder''." In a subsequent column, the reviewers gave the program 3½ out of 5 stars. ''
MacUser ''MacUser'' was a monthly (formerly biweekly) computer magazine published by Dennis Publishing Ltd. and licensed by Felden in the UK. It ceased publication in 2015. In 1985 Felix Dennis’ Dennis Publishing, the creators of MacUser in the UK, l ...
'' reviewed World Builder in 1987, awarding it four and a half out of five mice overall and praising it as an "adventure game 'construction set' that can produce commercial quality games with a modicum of effort." In 1989, ''MacUser'' selected World Builder as one of the 27 best Macintosh games, saying it "lets anyone with enough imagination design and program a fantasy adventure game." In 1994, ''
Newsweek ''Newsweek'' is an American weekly online news magazine co-owned 50 percent each by Dev Pragad, its president and CEO, and Johnathan Davis (businessman), Johnathan Davis, who has no operational role at ''Newsweek''. Founded as a weekly print m ...
'' cited World Builder, along with Course Builder,
SuperCard In sports, a card lists the matches taking place in a title match combat-sport event. Cards include a main event match and the undercard listing the rest of the matches. The undercard may be divided into a midcard and a lower card, according to ...
, and HyperDA, as the reason Appleton was "something of a legend".


Games

* Another Fine Mess (video game) * A Mess O' Trouble * [Bug Hunt * Canal District * Double Trouble *
Enchanted Scepters ''Enchanted Scepters'' is a point-and-click adventure game, released in 1984. The player must find the four fire, earth, air and water scepters hidden across the Kingdom, and return them to the Wizard. The gameplay is much like a text adventure ga ...
* Little Pythagoras *Lost Crystal * Minitorian * Midnight Snack * Mountain Of Mayhem * Psychotic! *Quest for T-Rex *Radical Castle * Castle Of Ert *Ray's Maze * Star Trek Game * Sultan's Palace * The Tower * Wishing Well


See also

*
Adventure Construction Set An adventure is an exciting experience or undertaking that is typically bold, sometimes risky. Adventures may be activities with danger such as traveling, exploring, skydiving, mountain climbing, scuba diving, river rafting, or other extreme sp ...
*
Adventure Game Studio Adventure Game Studio (AGS) is an open source development tool primarily used to create graphic adventure games. It is aimed at intermediate-level game designers, and combines an integrated development environment (IDE) with a scripting language ...
*
MacVenture The MacVenture games comprise a series of four adventure games introducing a characteristic menu-based point-and-click interface. They were originally developed for the Apple Macintosh by ICOM Simulations: #''Déjà Vu'' (1985) #'' Uninvited'' (19 ...


References

{{reflist


External links


The unofficial World Builder home page
(internet archive; 2006 Jan 20)
World Builder description at Applefritter
1986 software Adventure game engines Classic Mac OS-only games Classic Mac OS games Macintosh-only software Freeware game engines