A clone of the puzzle game Lights Out for the 68k Macintosh.
Go to file
Jon Thysell e4cb9a7af8 Added sound menu item and other optimizations
* Added sound menu which keeps in sync with pressing sound button
* Changed navigation behavior between scenes to go straight to next
  level if it hasn't been beaten, otherwise return to level select
  so the player can view their progress in the set
* More drawing optimizations
2021-12-16 12:57:00 -08:00
.github Added demo.gif 2021-11-23 16:41:06 -08:00
assets Added level select scene and more 2021-11-30 18:38:36 -08:00
scripts Added convertfiles.cmd script 2021-10-12 16:14:00 -07:00
src Added sound menu item and other optimizations 2021-12-16 12:57:00 -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 Added demo.gif 2021-11-23 16:41:06 -08:00

README.md

MacLO Demo

MacLO

MacLO is a clone of the puzzle game Lights Out for the 68k Macintosh. It is a port of ArduLO for the Arduboy.

MacLO is B&W and has been tested on System 6.0.8 and System 7.5.5.

Build

To build MacLO from source, you'll need a working THINK C 5.0 development environment. This can be done in an emulator such as Mini vMac or on real hardware.

Play

MacLO Title Screenshot

MacLO contains two sets of 50 puzzles. At the title screen you can select either Set A or Set B with the mouse to start the game. You can also toggle sound on and off.

MacLO Game Screenshot

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.

MacLO Level Done Screenshot

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