If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Wordplay (CD-i)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Wordplay

Developer: Backs Electronic Publishing
Publisher: Philips Media
Platform: CD-i
Released in EU: 1994


DevMessageIcon.png This game has a hidden developer message.


Developer Message

Some development notes about the game can be found in the abstract file:

Program notes:
-------------

Programming was done using Balboa, on top of which
lies a proprietary scripting language similar to HyperTalk.
This compiles to efficient code that is interpreted at
run-time.

Graphical objects such as the buttons, letters and numbers
are processed by a separate "object" compiler, which
generates a list of named objects for use at run-time, each
having information about size and position.

The title and credits animations are RL7 movies; other 
animations were generated by a proprietary sprite compiler 
as tables of frame differences.

The dictionary is Huffman coded and memory resident. It 
occupies about 100k bytes.

The project took about a year of intermittent effort by 
one designer and one programmer.