Added readme

This commit is contained in:
Steven McLeod 2019-05-03 22:13:41 -07:00
parent aa5cf16221
commit c2815ab68f
1 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,15 @@
# Freecell68k
Freecell for Macintosh 68k
Freecell68k is an implementation of FreeCell for Classic Mac OS. It has been tested on a Mac SE running both System 6.0.8 and System 4.1, but should theoretically run on any version.
## Usage
When the program is opened, a game is automatically started. A new game can be started from File > New (Cmd-N), or can be opened with File > Open (Cmd-O) if the game number is known. Game numbers are the same as in Microsoft FreeCell. The current game can be restarted with File > Restart (Cmd-R). The program can be quit from File > Quit (Cmd-Q). If mistake is made during play, Edit > Undo (Cmd-Z) will undo the last move.
## Installing & Building
Installing the application only requires downloading the FreeCell.bin file and unencoding it (MacBinary II).
To build the application from source, download the Freecell.sit.bin, which includes the source and resource files. A ThinkC (or compatible) compiler is required to build the application. The project file Freecell.proj is included in the archive (ThinkC 5 Format).
## Credits
(C) Steven McLeod, 2019. All rights reserved.
https://github.com/StevenMcLeod/Freecell68k