Skip to content

Jegge/MacTris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacTris

A simple Tetris clone using SpriteKit

Acknowledgements

Tetriminos

Music

Sound FX

Font

Known Issues

Controller Support

Disable Launchpad on select button:

defaults write com.apple.GameController bluetoothPrefsMenuLongPressAction -integer 0
defaults write com.apple.GameController bluetoothPrefsShareLongPressSystemGestureMode -integer -1

Build

  1. The first build might fail due to generation of the file Secrets.generated.swift.
  2. To supply a secret for archive builds, copy the file Secrets.xcconfig to Secrets.install.xcconfig and change it's content.

DMG

  1. brew install create-dmg
  2. copy MacTris.app into a source directory
  3. create-dmg --volname "MacTris Installer" --volicon source/MacTris.app/Contents/Resources/AppIcon.icns --background InstallerBackground.svg --window-pos 200 120 --window-size 840 400 --icon-size 100 --icon MacTris.app 200 160 --hide-extension MacTris.app --app-drop-link 640 155 "MacTris-Installer.dmg" source/

About

A Tetris clone using SpriteKit

Resources

License

Stars

Watchers

Forks

Packages

No packages published