mirror of
https://github.com/jonthysell/MacLO.git
synced 2024-11-22 08:34:05 +00:00
Fix line endings in md
This commit is contained in:
parent
855abe8717
commit
fd9030c142
22
LICENSE.md
22
LICENSE.md
@ -1 +1,21 @@
|
|||||||
MIT License
Copyright (c) 2021 Jon Thysell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 Jon Thysell
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
23
README.md
23
README.md
@ -1 +1,22 @@
|
|||||||
# MacLO #
MacLO is a clone of the puzzle game [Lights Out](https://en.wikipedia.org/wiki/Lights_Out_(game)) 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
|
# MacLO #
|
||||||
|
|
||||||
|
MacLO is a clone of the puzzle game [Lights Out](https://en.wikipedia.org/wiki/Lights_Out_(game)) 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
|
Loading…
Reference in New Issue
Block a user