Originally created by Erik Olsson @erikolsson
Modified by Sankalp Ghatpande @Deadlyelder
- Modified the code to fix the build issue.
- Updated README to include instructions for compiling.
- Add Lemmings theme music (After all whats lemmings without its theme music ;) ). The theme used is the Orchestral version
- Release binary file for the project.
Just download one of the following binary:
-
Without sound For those who wish to silently have the Lemmings running on the touch bar
-
With sound For the real experience ;)
For those who wish to build from the source code follow the following steps:
- Make sure that you have
xcode
installed on your macOS. - Open the
Terminal
at the folder containing the code and execute the following code:
xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- Once successfull, you should see a
** BUILD SUCCEEDED **
as output. - Now navigate to the folder where you should see the compiled application at
../build/Release/TouchLemmings.app
. - Double click, tap anywhere on the touch-bar and you should see the lemming walking around ;)
- If time permits, more features will be added.
Credits for the original code to Erik Olsson @erikolsson