Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krayc425/touchbreakout

Play Breakout game on your MacBook Pro with Touch Bar, using SpriteKit. 用 Touch Bar 在 Mac 上玩打砖块游戏
https://github.com/krayc425/touchbreakout

breakout breakout-game gameplaykit macos-app macosx-game play-breakout-game spritekit spritekit-demo swift touchbar touchbar-support

Last synced: about 6 hours ago
JSON representation

Play Breakout game on your MacBook Pro with Touch Bar, using SpriteKit. 用 Touch Bar 在 Mac 上玩打砖块游戏

Awesome Lists containing this project

README

        

# TouchBreakout

Play Breakout Game on your Touch Bar, using `SpriteKit`.

# Download

* [Package](https://github.com/songkuixi/TouchBreakout/releases/download/1.1/TouchBrickout.pkg)

* [Mac App Store](https://itunes.apple.com/cn/app/touchbrickout/id1314804894)

😢The Apple Review teams said the original name **TouchBreakout** leverages the name 'Breakout', so when launching I have to change the name to **TouchBrickout**.

# Preview

![](https://github.com/songkuixi/TouchBreakout/blob/master/Preview.gif)

# Requirement

* Xcode 9
* macOS 10.12, better with a Touch Bar

# How to Run

Clone the project, open in Xcode, press `Command + R` and have fun!

* Press ⬅️ and ➡️ on keyboard
* Drag the paddle on Touch Bar

# Reference

* [How To Make a Breakout Game with SpriteKit and Swift: Part 1](https://www.raywenderlich.com/123393/how-to-create-a-breakout-game-with-sprite-kit-and-swift)
* [How To Make a Breakout Game with SpriteKit and Swift: Part 2](https://www.raywenderlich.com/129904/create-breakout-game-sprite-kit-swift-part-2)
* [NSTouchBar Catalog: Creating and Customizing NSTouchBar](https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Introduction/Intro.html)