World Builder
{{Short description|1986 video game}}
{{Other uses}}
{{Infobox software
| name = World Builder
| logo = World-Builder-software-icon.png
| logo size = 32px
| logo alt = World Builder software icon
| screenshot = 250px
| caption =
| developer = Silicon Beach Software
| released = {{Start date and age|1986}}
| latest_release_version = 1.2
| latest_release_date = {{Start date and age|1995}}
| operating_system = System 3
| genre = Game Creation System
| license = Freeware
}}
World Builder is a game creation system for point-and-click text-and-graphics adventure games.{{cite news
| last = Robinson
| first = Ronda
| title = On-demand software company replaces Appleton's fun 'n' games
| publisher = Knox Business Journal
| date = November 20, 2006
| url = http://www.knoxnews.com/kns/business_journal/article/0,2682,KNS_24796_5143597,00.html
| archive-url = https://archive.today/20070812032601/http://www.knoxnews.com/kns/business_journal/article/0,2682,KNS_24796_5143597,00.html
| url-status = dead
| archive-date = August 12, 2007
| accessdate = 2008-11-04}} It was released for Macintosh in 1986 by Silicon Beach Software and had already been used for creating Enchanted Scepters in 1984. On August 7, 1995, developer William C. Appleton released World Builder as freeware.
Functionality
World Builder creates games that consist of two windows: 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. 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 menus.{{cite book
|title=World Builder game manual
|publisher=Silicon Beach Software
|date=1986
|last1=Appleton
|first1=W. C.
|authorlink1=William Appleton (entrepreneur)
|last2=Jackson
|first2=Charlie
}}{{rp|5}} World Builder includes an optional combat system that tracks physical and spiritual damage.{{r|manual|p=40-41}}
The world map is organized into rooms, which World Builder calls scenes, with movement between scenes possible in cardinal directions and up/down as was common in earlier interactive fiction. Other types of movement such as teleportation are possible with scripting.{{r|manual|p=58}} The game engine only supports hostile interactions with NPCs,{{r|manual|p=6}} but scripting can be used for more complex behavior such as peaceful interactions and controlled or random NPC movement.{{r|manual|p=58}} 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{{r|manual|p=39-44}} and inventory weapons and armor. Combat is turn-based and resolved by the characters' natural attributes modified by armor, weapons{{r|manual|p=46-48}} and a random component similar to dice rolls in role-playing games.
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.{{cite web |url=https://info-mac.org/viewtopic.php?f=140&t=4253 |title= World Builder 1.2 | publisher=Info-Mac |date= September 13, 1997}} 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 or later. A ResEdit 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=
File:World Builder screenshot.png
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.{{r|manual|p=11}} From these windows, dialog boxes and editing windows can be opened to define the properties of individual components.{{r|manual|p=35}}
- 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.{{r|manual|p=11-12}}
- Character List: The player character 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.{{r|manual|p=24-28}} Making peaceful NPCs capable of other interactions requires the use of objects and code.{{cite magazine
|title="Tips on Game Design: World Builder"
|last=Appleton
|first=William
|magazine=Compute!
|date=March 1989
|page=36
|volume=11
|number=3
|publisher=ABC Publishing
}}
- Object List: These include inventory items and interactive scene objects like doors.{{r|manual|p=45-49}}
- 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.{{r|manual|p=78}}
World Builder includes a graphics editor to illustrate objects, scenes and characters, with support for QuickDraw vector graphics and bitmap raster graphics and the option to paste raster graphics into the editor.{{r|manual|p=50-54}}
=Scripting=
World Builder has a scripting language 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 expressions, relational operators, and statements.{{r|manual|p=55-72}}
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.{{cite book
|title= The Secret History of Mac Gaming
|chapter=Game Development for The Rest of Us
|last=Moss
|first=Richard
|page=35-36
|isbn=978-1-78352-487-7
|date=2018
|publisher=Unbound }} By 1987, World Builder had "spawned a whole breed of games on bulletin boards" ranging "from fairly professional stories to clever, creative efforts by kids and teenagers."{{cite magazine
|title=Shareware and Public Domain Game Awards
|magazine=Macworld
|page=165
|date=November 1987
|volume=4
|number=11
|publisher=PCW Communications, Inc.
|last=DeMaria
|first=Rusel
}}
Macworld 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 games limits interactivity, and interacting with other characters is "largely confined to fighting."{{cite magazine
|title=Role Your Own
|magazine=Macworld
|pages=138–139
|date=November 1986
|volume=3
|number=11
|publisher=PCW Communications, Inc.
|last=McComb
|first=Gordon
}}
The program was reviewed in 1987 in Dragon #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."{{cite journal
|title=The Role of Computers
|last1=Lesser
|last2=Lesser
|first1=Hartley
|first2=Patricia
|journal=Dragon
|issue=118
|date=February 1987
|pages=92–98}} In a subsequent column, the reviewers gave the program 3½ out of 5 stars.{{cite journal
|title=The Role of Computers
|last1=Lesser|last2=Lesser|first1=Hartley|first2=Patricia
|journal=Dragon
|issue=126
|date=October 1987
|pages=82–88}}
MacUser 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."{{cite journal
|title=Custom Built
|last=Shapiro
|first=Neil L.
|journal=MacUser
|date=April 1987
|pages=107–110
|volume= 3
|number= 4
|publisher=Ziff-Davis Publishing }} 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."{{cite journal
|title=MacUser Best 27 Games
|journal=MacUser
|date=December 1989
|page=140
|volume= 5
|number= 12
|publisher=Ziff-Davis Publishing Company }}
In 1994, Newsweek cited World Builder, along with Course Builder, SuperCard, and HyperDA, as the reason Appleton was "something of a legend".{{cite news |last1=Kantrowitz |first1=Barbara |last2=Ramo |first2=Joshua Cooper |date=Aug 28, 1994 |title=Garage-Band Programmers |work=Newsweek |publisher=Newsweek Digital LLC |url=http://www.newsweek.com/garage-band-programmers-187890 |accessdate=2017-09-12}}
Games
- Another Fine Mess (video game)
- A Mess O' Trouble
- [Bug Hunt
- Canal District{{Cite web|url=https://www.lucysworlds.com/games/LucysDownloads.html|last=Hope|first=Louise|title=Lucy's Downloads|website=lucysworlds.com|language=en|access-date=Oct 27, 2023}}
- Double Trouble
- Enchanted Scepters
- 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
References
{{reflist}}
External links
- [http://we.got.net/~mapman/wb/ The unofficial World Builder home page] (internet archive; 2006 Jan 20)
- [http://www.applefritter.com/node/14566 World Builder description at Applefritter]
- [http://www.semitech.com/marc/ray.html Ray's Maze page - with a link to download World Builder]
Category:Adventure game engines
Category:Classic Mac OS-only games