Readme.txt for C4 project files.

Included in this folder are the source code files for 
the C4 Rubik's cube project.  (C) Dan Talayco, 1998.

This program requires Java 1.1.

This project was developed using CodeWarrior.

See http://www.orbis-tertius.com/Talayco for more information.

The files included in this archive are:

* CubeApplet.html is an html file that calls the cube
code.  It needs the next file present in the same directory.

* CubeClasses.jar is the java archive and is all that
is needed to view the classes via the html file above.

* MatVecs and IntMatVecs include float and integer matrix
and vector declarations.

* Faceviewer.java includes the 3D cube cude for viewing a
face (a 3D cube) of the 4D cube.

* CubeApplet.java contains the main window and button 
handling routines.

* C4Cube.java contains the main source for coordinating the
C4 cube datatype.

* C3forC4cube.java contains the source for the 3D cube used
for face rendering.

