Update readme with screenshots

This commit is contained in:
Jon Thysell 2021-11-12 14:25:00 -08:00
parent d709703a64
commit d6a4b7255c
4 changed files with 12 additions and 5 deletions

BIN
.github/screenshots/game.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
.github/screenshots/leveldone.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
.github/screenshots/title.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,22 +1,29 @@
# MacLO #
MacLO is a clone of the puzzle game [Lights Out](https://en.wikipedia.org/wiki/Lights_Out_(game)) for the Classic Macintosh.
MacLO is a clone of the puzzle game [Lights Out](https://en.wikipedia.org/wiki/Lights_Out_(game)) for the 68k Macintosh. It is a port of [ArduLO](https://github.com/jonthysell/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.
To build MacLO from source, you'll need a working [THINK C 5.0](https://macintoshgarden.org/apps/think-c) development environment. This can be done in an emulator such as [Mini vMac](https://www.gryphel.com/c/minivmac/) or on real hardware.
## Play ##
MacLO contains two sets of 50 puzzles.
![MacLO Title Screenshot](./.github/screenshots/title.gif)
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](./.github/screenshots/game.gif)
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!
![MacLO Level Done Screenshot](./.github/screenshots/leveldone.gif)
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
Copyright (c) 2021 Jon Thysell