-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
# Life Saver | ||
|
||
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. | ||
Life Saver is an abstract, artistic implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implemented with SpriteKit. With a variety of settings and color schemes, Life Saver should satisfy designers and geeks alike. | ||
|
||
📼 [Watch a YouTube video to see it in action](https://www.youtube.com/watch?v=N4nCFUVThgg). | ||
## 🖥 Screensaver | ||
|
||
![Life Saver Screenshots](/Design/lifesaver-screenshots-1.1.png?raw=true) | ||
📼 [Watch a YouTube video to see it in action](https://www.youtube.com/watch?v=N4nCFUVThgg). | ||
|
||
![Life Saver Screensaver](/Design/screensaver/lifesaver-screenshots-1.1.png?raw=true) | ||
|
||
### 👉 [Download Life Saver v1.1 Installer for macOS](https://s3.amazonaws.com/amiantos/lifesaver-1.1.pkg) | ||
|
||
## 📺 Apple TV | ||
|
||
There's also an Apple TV version, with additional features over the free screensaver version. ~Buy on the App Store.~ | ||
|
||
![Life Saver tvOS Main menu](/Design/tvos/tvos-ss-1.png?raw=true) | ||
![Life Saver tvOS Preset menu](/Design/tvos/tvos-ss-2.png?raw=true) | ||
|
||
## To Install from Source | ||
|
||
1. `git clone https://github.com/amiantos/lifesaver.git` | ||
2. Open `Life Saver.xcodeproj` | ||
3. To play locally, run `Life Saver macOS` | ||
|
||
There's also a tvOS target if you've got an Apple TV. | ||
2. Open `Life Saver.xcworkspace` | ||
3. Pick a target and run! | ||
|
||
|