Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dado3212/ScreenMazer
A macOS screensaver that procedurally generates a maze and then solves it
https://github.com/dado3212/ScreenMazer
mac-screensaver macos maze screensaver screensavers swift
Last synced: about 2 months ago
JSON representation
A macOS screensaver that procedurally generates a maze and then solves it
- Host: GitHub
- URL: https://github.com/dado3212/ScreenMazer
- Owner: dado3212
- Created: 2018-06-06T02:38:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T22:59:07.000Z (over 1 year ago)
- Last Synced: 2023-11-07T17:11:41.834Z (about 1 year ago)
- Topics: mac-screensaver, macos, maze, screensaver, screensavers, swift
- Language: Swift
- Homepage:
- Size: 6.96 MB
- Stars: 110
- Watchers: 7
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScreenMazer
ScreenMazer is a screensaver for Mac that builds a maze, and then solves it, repetitively. I had this idea a while back watching some gifs of maze generation, and so I made it!
Gif of it in action
Settings Page## Installation:
1. Download the [latest zip file](https://github.com/dado3212/ScreenMazer/raw/master/ScreenMazer.zip), and extract ScreenMazer.saver from the .zip file. Then double click to add it to Settings. Feel free to customize it!Alternatively, you can build it from the source here.
If you're running into Security alerts, they're just from compiling on an older version of XCode. You can override them by going to `Settings` -> `Privacy & Security` and clicking "Open Anway".
### With Help From
* [ScreenSaverMinimal](https://github.com/mirkofetter/ScreenSaverMinimal)
* [ColorClockSaver](https://github.com/edwardloveall/ColorClockSaver)
* [maze-generation-algorithms](https://github.com/lucas-tulio/maze-generation-algorithms)