Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.73 KB

Touch Bar Lemmings

Originally created by Erik Olsson @erikolsson

Modified by Sankalp Ghatpande @Deadlyelder

Whats new in this fork?

  • 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.

How it works?

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 ;)

Screenshoot

screenshot

Building the code

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 ;)

Whats next?

  • If time permits, more features will be added.

Credits

Credits for the original code to Erik Olsson @erikolsson