Science Fair Projects Ideas - ZZT-oop

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

ZZT-oop

ZZT-oop is an early in-game scripting language. It was designed by Tim Sweeney as the scripting language used for his computer game ZZT.

Contents

Overview

ZZT-oop is object-oriented and event-driven. A ZZT game is composed of a set of objects, each of which has an attached script. Scripts are executed concurrently (one command being taken in turn from each script running on the current screen), and objects communicate by passing messages to one another.

Peculiarities and limitations

Shortcomings

The ZZT-oop language is very limited in application to say the least. It was designed for simplicity rather than flexibility. Boolean flags are the only type of variables, making arithmetic impossible, forcing the programmer to be creative with algorithms, often relying on physical movement, possibly in invisible (but still physically present) objects rather than arithmetic calculations. Although ZZT-oop is object oriented, objects are not instantiable due to their physical nature, meaning that one needs to duplicate much code to create complex systems. ZZT-oop also lacks functions, and routines are likely to be interrupted—by rogue messages including ones sent by the object itself when it is shot or touched—and never completed. One can overcome this crudely using state flags or using the lock and unlock commands during important routines; however, this is likely to cause the object to miss out on signals. ZZT-oop is wholly run-time interpreted with no pre-parsing. No lexical analysis is performed before running, nor is any byte code translation applied. This means that any errors are reported in a cryptic way during run-time, and this can make debugging consuming and frustrating.

Strengths

However the language does have some advantages, its simplicity and intuitiveness for one, its lack of mathematical operators and integration within a fun game makes it very nonthreatening to budding programmers in primary school. The physical nature with a concrete geographic position makes objects far easier to visualise than abstract data types, and the parallel operating multi thread design is easy for one to think about in terms of a dynamic environment.

Syntax

The syntax of the language is simple, there are 4 categories of instructions:

  • Unprefixed instructions, cause the object to open up a message window and display text to the player
  • Directions are prefixed with a / or a ?, they instruct an object to physically move north, south, east, west or idle for a cycle.
  • Commands are prefixed with a # and they specify all interactions with the environment, whether it be shooting, setting a flag, sending a message or processing an if statement. There are hundreds of commands, but listing them is beyond the scope of this document.
  • Messages are similar to a goto statement in primitive languages, the only difference is that they may optionally be sent to another object and cause that other object's own execution path to jump to that point in the script. The points that may be jumped to are prefixed with a : and are used to denote both what the name of the message is, and where it should jump when that message is received.
  • Flags are global boolean variables used for conditionals that may only be set or cleared with commands, if the #if command is called the flag will be evaluated and if it is set to true, the message listed after will be sent, causing the script to jump to that point.

Closing Thoughts

ZZT-oop provides a great stepping stone into programming especially for children. It has a huge amount of historical significance, and it can provide one with many hours of fun, but very little else.

External Links

Online version of the ZZT-OOP reference included with the game.

Last updated: 08-29-2005 23:09:37
12-03-2008 10:22:39
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice