World Builder

Last updated
World Builder
Developer(s) Silicon Beach Software
Initial release1986;38 years ago (1986)
Stable release
1.2 / 1995;29 years ago (1995)
Operating system System 3
Type Game Creation System
License Freeware

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.

Contents

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. [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 rolls in role-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

A screenshot of World Builder editing a game World Builder screenshot.png
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

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

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

See also

Related Research Articles

<span class="mw-page-title-main">HyperCard</span> Hypermedia system for Apple Macintosh and Apple IIGS computers

HyperCard is a software application and development kit for Apple Macintosh and Apple IIGS computers. It is among the first successful hypermedia systems predating the World Wide Web.

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 form of Interactive narratives or Interactive narrations. These works can also be understood as a form of video game, either in the form of an adventure game or role-playing game. In common usage, the term refers to text adventures, a type of adventure game where the entire interface can be "text-only", however, graphical text adventure games, where the text is accompanied by graphics still fall under the text adventure category if the main way to interact with the game is by typing text. Some users of the term distinguish between interactive fiction, known as "Puzzle-free", that focuses on narrative, and "text adventures" that focus on puzzles.

HyperTalk is a discontinued high-level, procedural programming language created in 1987 by Dan Winkler and used in conjunction with Apple Computer's HyperCard hypermedia program by Bill Atkinson. Because the main target audience of HyperTalk was beginning programmers, HyperTalk programmers were usually called "authors" and the process of writing programs was known as "scripting". HyperTalk scripts resembled written English and used a logical structure similar to that of the Pascal programming language.

<i>Starship Titanic</i> 1998 video game

Starship Titanic is an adventure game developed by The Digital Village and published by Simon & Schuster Interactive. It was released in April 1998 for Microsoft Windows and in March 1999 for Apple Macintosh. The game takes place on the eponymous starship, which the player is tasked with repairing by locating the missing parts of its control system. The gameplay involves solving puzzles and speaking with the bots inside the ship. The game features a text parser similar to those of text adventure games with which the player can talk with characters.

Text Adventure Development System (TADS) is a prototype-based domain-specific programming language and set of standard libraries for creating interactive fiction (IF) games.

<span class="mw-page-title-main">Visual programming language</span> Programming language written graphically by a user

In computing, a visual programming language, also known as diagrammatic programming, graphical programming or block coding, is a programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation. For example, many VPLs are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations. VPLs are generally the basis of Low-code development platforms.

<i>Déjà Vu</i> (video game) 1985 video game

Déjà Vu is a point-and-click adventure game set in the world of 1940s hardboiled detective novels and films. It was released in 1985 for Macintosh – the first in the MacVenture series – and later ported to several other systems, including the Amiga. Initially, the game featured black and white graphics, and later releases introduced color.

<i>The Pawn</i> 1985 video game

The Pawn is an interactive fiction game for the Sinclair QL written by Rob Steggles of Magnetic Scrolls and published by Sinclair Research in 1985. In 1986, graphics were added and the game was released for additional home computers by Rainbird.

<span class="mw-page-title-main">SK8 (programming language)</span>

SK8 was a multimedia authoring environment developed in Apple's Advanced Technology Group from 1988 until 1997. It was described as "HyperCard on steroids", combining a version of HyperCard's HyperTalk programming language with a modern object-oriented application platform. The project's goal was to allow creative designers to create complex, stand-alone applications. The main components of SK8 included the object system, the programming language, the graphics and components libraries, and the Project Builder, an integrated development environment.

<i>The Hobbit</i> (1982 video game) 1982 video game

The Hobbit is an illustrated text adventure computer game released in 1982 for the ZX Spectrum home computer and based on the 1937 book The Hobbit, by J. R. R. Tolkien. It was developed at Beam Software by Philip Mitchell and Veronika Megler and published by Melbourne House. It was later converted to most home computers available at the time including the Commodore 64, BBC Micro, and Oric computers. By arrangement with the book publishers, a copy of the book was included with each game sold.

<i>Tass Times in Tonetown</i> 1986 video game

Tass Times in Tonetown is an adventure game published by Activision in 1986. It was designed by Michael Berlyn and Muffy McClung Berlyn and programmed by Rebecca Heineman of Interplay in cooperation with Brainwave Creations.

Wintermute Engine (WME) is a set of software tools and a runtime interpreter primarily designed for creating and running graphical adventure games.

MacVenture is a series of four adventure games with a menu-based point-and-click interface. They were originally developed for the Macintosh by ICOM Simulations:

  1. Déjà Vu (1985)
  2. Uninvited (1986)
  3. Shadowgate (1987)
  4. Deja Vu II: Lost in Las Vegas (1988)
<i>Capn Magneto</i> 1985 video game

Cap'n Magneto is a shareware graphical adventure game released for the Apple III in 1983 and the Macintosh in 1985. In 2020, the game was re-released as freeware. The game follows Captain Lance Magneto as he attempts to capture the Crown of Control, a mind-control device being used to commit piracy around the planet Rigel IV. As he approaches the planet the device is used on his ship, causing it to crash. The player controls Magneto and tries to collect items from the map in order to capture the Crown and leave the planet.

<span class="mw-page-title-main">C4 Engine</span> Proprietary computer game engine developed by Terathon Software

The C4 Engine is a proprietary computer game engine developed by Terathon Software that is used to create 3D games and other types of interactive virtual simulations for PlayStation 5, PlayStation 4, PlayStation 3, Windows, Mac OS X, Linux, and iOS.

<i>Quarterstaff: The Tomb of Setmoth</i> 1988 video game

Quarterstaff: The Tomb of Setmoth is an interactive fiction role-playing video game developed by Scott Schmitz and Ken Updike and released by Infocom for Macintosh in 1988. The game features a text parser, graphics, a dynamically updated map, and a graphical interface that incorporates Mac OS hierarchical menus.

Game Editor is a 2D game authoring package. It supports multi-platform development to iPhone, iPad, Mac OS X, Windows, Android, Linux, Windows Mobile-based Smartphones, GP2X, Pocket PCs, and Handheld PCs. Compatibility with these platforms is mentioned on Game Discovery, a popular site for game developers, among other software like The 3D Gamemaker, DarkBASIC, and GameMaker.

GameSalad Creator is an authoring tool developed by GameSalad used by educators and non-programmers alike. It consists of a visual editor and a behavior-based logic system. GameSalad is used in over 223 schools for teaching computer science concepts, logic based thinking, and problem solving skills without all the pain of syntax. GameSalad is used by consumers and creative professionals such as graphic designers, animators, and game developers for rapidly prototyping, building and self-publishing cross-platform games and interactive media. The application runs on both Mac OS X and Windows computers. Access to a Mac is required for publishing to iTunes, but all other supported publishing platforms are accessible for both Mac and Windows users.

An adventure game is a video game genre in which the player assumes the role of a protagonist in an interactive story, driven by exploration and/or puzzle-solving. The genre's focus on story allows it to draw heavily from other narrative-based media, such as literature and film, encompassing a wide variety of genres. Most adventure games are designed for a single player, since the emphasis on story and character makes multiplayer design difficult. Colossal Cave Adventure is identified by Rick Adams as the first such adventure game, first released in 1976, while other notable adventure game series include Zork, King's Quest, Monkey Island, Syberia, and Myst.

<span class="mw-page-title-main">GDevelop</span> Open-source, cross-platform game engine

GDevelop is a 2D and 3D cross-platform, free and open-source game engine, which mainly focuses on creating PC and mobile games, as well as HTML5 games playable in the browser. Created by Florian Rival, a software engineer at Google, GDevelop is mainly aimed at non-programmers and game developers of all skillsets, employing event based visual programming similar to engines like Construct, Stencyl, and Tynker.

References

  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.
  2. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Appleton, W. C.; Jackson, Charlie (1986). World Builder game manual. Silicon Beach Software.
  3. 1 2 Appleton, William (March 1989). ""Tips on Game Design: World Builder"". Compute! . Vol. 11, no. 3. ABC Publishing. p. 36.
  4. 1 2 DeMaria, Rusel (November 1987). "Shareware and Public Domain Game Awards". Macworld . Vol. 4, no. 11. PCW Communications, Inc. p. 165.
  5. "World Builder 1.2". Info-Mac. September 13, 1997.
  6. 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.
  7. McComb, Gordon (November 1986). "Role Your Own". Macworld . Vol. 3, no. 11. PCW Communications, Inc. pp. 138–139.
  8. Lesser, Hartley; Lesser, Patricia (February 1987). "The Role of Computers". Dragon (118): 92–98.
  9. Lesser, Hartley; Lesser, Patricia (October 1987). "The Role of Computers". Dragon (126): 82–88.
  10. Shapiro, Neil L. (April 1987). "Custom Built". MacUser . 3 (4). Ziff-Davis Publishing: 107–110.
  11. "MacUser Best 27 Games". MacUser . 5 (12). Ziff-Davis Publishing Company: 140. December 1989.
  12. Kantrowitz, Barbara; Ramo, Joshua Cooper (Aug 28, 1994). "Garage-Band Programmers". Newsweek . Newsweek Digital LLC. Retrieved 2017-09-12.
  13. 1 2 3 4 Hope, Louise. "Lucy's Downloads". lucysworlds.com. Retrieved Oct 27, 2023.