A clone of the puzzle game Lights Out for the 68k Macintosh.
Go to file
Jon Thysell d3b5a77eaa Updated TitleScene and PlayScene with new graphic chars
TitleScene now shows A and B "buttons" to start a game.

PlayScene now shows just the level name in the HUD.

Lots of new helpers added to scale and align rects where I want them.
2021-11-07 15:35:44 -08:00
img Importing image assets from ArduLO 2021-11-04 19:54:28 -07:00
scripts Added convertfiles.cmd script 2021-10-12 16:14:00 -07:00
src Updated TitleScene and PlayScene with new graphic chars 2021-11-07 15:35:44 -08: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 Fix line endings in md 2021-10-11 11:14:02 -07:00
README.md Fix line endings in md 2021-10-11 11:14:02 -07:00

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