$Id: README,v 1.1 2002/12/24 10:23:00 mike Exp $ This directory is where we build the sac re-implementation of _The Causes of Chaos_. This is a rather grnarly process, involving the semi-automatic extraction of room and item data from the t64 image, and grafting in extra stuff by hand -- such as the exits between rooms and most of the actions. The sole output of this whole process is the "coc.sac" file in the parent directory. README This file. Makefile Controls the building of ../coc.sac decode Extracts raw (CSV) room and item data from the t64 image. -- creates "rooms.csv" and "items.csv" rooms2sac Translates CSV rooms file, patching up exits, etc. -- creates "rooms.sac" items2sac Translates CSV itmes file, patching up descriptions. -- creates "items.sac" head.sac Hand-crafted first part of "coc.sac" tail.sac Hand-crafted last part of "coc.sac" -- these two are joined with the auto-generated pair. And some "junk" files -- coc.udl Auto-generated decompilation of ../coc.sac, for debugging. old-body.sac Some old hand-crafted SAC code, kept for reference. examine A note of information gained by examining the items. walkthrough An embryonic walk-through of the re-implemented game. (Use: cat walkthrough | scottfree y ../coc.dat)