A clone of the puzzle game Lights Out for the 68k Macintosh.
Go to file
Jon Thysell 1f51e4e4d2 First "Hello MacLO" build
* Added base "Hello MacLO" app
* Added first attempt at porting game engine from [ArduLO](https://github.com/jonthysell/ArduLO)
* Added README.md and LICENSE.md
2021-10-11 11:04:12 -07:00
src First "Hello MacLO" build 2021-10-11 11:04:12 -07:00
.gitattributes First "Hello MacLO" build 2021-10-11 11:04:12 -07:00
.gitignore Initial commit 2021-10-11 09:37:35 -07:00
LICENSE.md First "Hello MacLO" build 2021-10-11 11:04:12 -07:00
README.md First "Hello MacLO" build 2021-10-11 11:04:12 -07:00

README.md

MacLO

MacLO is a clone of the puzzle game Lights Out for the Classic Macintosh.

Build

To build MacLO from source, you'll need a working THINK C 5.0 development environment.

Play

MacLO contains two sets of 50 puzzles.

The objective is to turn off all of the lights in as few moves as possible. Clicking a light will cause it and the nearby lights to toggle in the shape of a plus.

After finshing a puzzle, you'll be given a score in one to three stars. Here you can either move on to the next puzzle or retry for a better score. Try to get three stars on all 50 levels in the set!

Errata

MacLO is open-source under the MIT license.

Copyright (c) 2021 Jon Thysell