Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Functionality  



1.1  Interface  





1.2  Scripting  







2 Reception  





3 Games  





4 See also  





5 References  





6 External links  














World Builder







Add links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


World Builder
Developer(s)Silicon Beach Software
Initial release1986; 38 years ago (1986)
Stable release

1.2 / 1995; 29 years ago (1995)

Operating systemSystem 3
TypeGame Creation System
LicenseFreeware

World Builder is a game creation system for point-and-click text-and-graphics adventure games.[1] 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

[edit]

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.[2]: 5  World Builder includes an optional combat system that tracks physical and spiritual damage.[2]: 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.[2]: 58  The game engine only supports hostile interactions with NPCs,[2]: 6  but scripting can be used for more complex behavior such as peaceful interactions[3] and controlled or random NPC movement.[2]: 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[2]: 39-44  and inventory weapons and armor. Combat is turn-based and resolved by the characters' natural attributes modified by armor, weapons[2]: 46-48  and a random component similar to dice rollsinrole-playing games.

A large number of games were made and released in circulation,[4] many after the application was made freeware with the release of version 1.2 in 1995.[5] 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

[edit]
A screenshot of World Builder editing a game

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.[2]: 11  From these windows, dialog boxes and editing windows can be opened to define the properties of individual components.[2]: 35 

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.[2]: 50-54 

Scripting

[edit]

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.[2]: 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

[edit]

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.[6] 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."[4]

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."[7]

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."[8] In a subsequent column, the reviewers gave the program 3½ out of 5 stars.[9]

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."[10] 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."[11]

In 1994, Newsweek cited World Builder, along with Course Builder, SuperCard, and HyperDA, as the reason Appleton was "something of a legend".[12]

Games

[edit]

See also

[edit]

References

[edit]
  1. ^ Robinson, Ronda (November 20, 2006). "On-demand software company replaces Appleton's fun 'n' games". Knox Business Journal. Archived from the original on August 12, 2007. Retrieved 2008-11-04.
  • ^ a b c d e f g h i j k l m n o Appleton, W. C.; Jackson, Charlie (1986). World Builder game manual. Silicon Beach Software.
  • ^ a b Appleton, William (March 1989). ""Tips on Game Design: World Builder"". Compute!. Vol. 11, no. 3. ABC Publishing. p. 36.
  • ^ a b DeMaria, Rusel (November 1987). "Shareware and Public Domain Game Awards". Macworld. Vol. 4, no. 11. PCW Communications, Inc. p. 165.
  • ^ "World Builder 1.2". Info-Mac. September 13, 1997.
  • ^ Moss, Richard (2018). "Game Development for The Rest of Us". The Secret History of Mac Gaming. Unbound. p. 35-36. ISBN 978-1-78352-487-7.
  • ^ McComb, Gordon (November 1986). "Role Your Own". Macworld. Vol. 3, no. 11. PCW Communications, Inc. pp. 138–139.
  • ^ Lesser, Hartley; Lesser, Patricia (February 1987). "The Role of Computers". Dragon (118): 92–98.
  • ^ Lesser, Hartley; Lesser, Patricia (October 1987). "The Role of Computers". Dragon (126): 82–88.
  • ^ Shapiro, Neil L. (April 1987). "Custom Built". MacUser. 3 (4). Ziff-Davis Publishing: 107–110.
  • ^ "MacUser Best 27 Games". MacUser. 5 (12). Ziff-Davis Publishing Company: 140. December 1989.
  • ^ Kantrowitz, Barbara; Ramo, Joshua Cooper (Aug 28, 1994). "Garage-Band Programmers". Newsweek. Newsweek Digital LLC. Retrieved 2017-09-12.
  • ^ a b c d Hope, Louise. "Lucy's Downloads". lucysworlds.com. Retrieved Oct 27, 2023.
  • [edit]
    Retrieved from "https://en.wikipedia.org/w/index.php?title=World_Builder&oldid=1216608403"

    Categories: 
    1986 software
    Adventure game engines
    Classic Mac OS-only games
    Classic Mac OS games
    Macintosh-only software
    Freeware game engines
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
     



    This page was last edited on 1 April 2024, at 00:52 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki