Skip to content

Commit 5373a2c

Browse files
committed
update readme
1 parent 95538dc commit 5373a2c

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Life Saver
22

3-
Conway's Game of Life implemented as a macOS screensaver using SpriteKit.
3+
Life Saver is an abstract macOS screensaver based on [Conway's Game of Life](https://www.github.com/amiantos/lifesaver) implemented with SpriteKit. With a variety of settings and color schemes, Life Saver should satisfy designers and geeks alike.
44

5-
[Here's a YouTube video preview of v0.1](https://youtu.be/_G7aavJIZmw)
5+
📼 [Watch a YouTube video to see it in action](https://www.youtube.com/watch?v=N4nCFUVThgg).
66

7-
To find compiled downloads, check the [Releases](https://github.com/amiantos/lifesaver/releases) section.
7+
![Life Saver Screenshots](/Design/lifesaver-screenshots.png?raw=true)
88

9-
Check out the [Projects](https://github.com/amiantos/lifesaver/projects) section to see what needs to be done.
9+
# Download
10+
11+
👉 [Download Life Saver v1.0 Installer for macOS](https://s3.amazonaws.com/amiantos/lifesaver-1.0.pkg)
12+
13+
## To Install from Source
14+
15+
1. `git clone https://github.com/amiantos/lifesaver.git`
16+
2. Open `Life Saver.xcodeproj`
17+
3. To play locally, run `Life Saver macOS`
18+
19+
There's also a tvOS target if you've got an Apple TV.
1020

11-
# Notes
1221

13-
To aid in development, technically Life Saver is a macOS app first and a screensaver second. All core files to how the thing works are in the `Life Saver` folder, and the screensaver-related junk is in the `Life Saver Screensaver` folder. Use the main `Life Saver` build target if you just want to see it run.

0 commit comments

Comments
 (0)