github

unixzii / SwiftUI-2048

  • воскресенье, 9 июня 2019 г. в 00:17:51
https://github.com/unixzii/SwiftUI-2048

Swift
A 2048 game writing with SwiftUI.



2048 Game (SwiftUI app)

This is a simple game to demonstrate the new SwiftUI framework.

Note that the game algorithm may have issues, and this is still WIP.

Screenshot

Notes about "UIKit for Mac"

This demo has adopted "UIKit for Mac" and uses a dynamic-loaded bundle to enable the full macOS abilities (like the accessing to AppKit, which is used in the demo to handle keyboard events). Specially, this is done by just using Swift. To learn more about it, take a look at the source code of AppKitSupports, there is a lot of detailed comments.

License

MIT