Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)