Freecell68k/README.md

18 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-05-04 04:21:54 +00:00
# Freecell68k
2019-05-04 05:13:41 +00:00
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.
2019-05-04 10:41:24 +00:00
![FreeCell Image](https://github.com/StevenMcLeod/Freecell68k/blob/master/FreeCell.png)
2019-05-04 05:13:41 +00:00
## 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