Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixzii/swiftui-2048
A 2048 game writing with SwiftUI.
https://github.com/unixzii/swiftui-2048
demo ios macos sample swift swiftui swiftui-example wwdc
Last synced: 10 days ago
JSON representation
A 2048 game writing with SwiftUI.
- Host: GitHub
- URL: https://github.com/unixzii/swiftui-2048
- Owner: unixzii
- License: mit
- Created: 2019-06-05T14:00:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T18:13:28.000Z (over 4 years ago)
- Last Synced: 2024-08-02T09:26:28.392Z (3 months ago)
- Topics: demo, ios, macos, sample, swift, swiftui, swiftui-example, wwdc
- Language: Swift
- Homepage:
- Size: 3.71 MB
- Stars: 689
- Watchers: 9
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](Screenshot.png)
## Supported Platforms
* iOS 13.0+
* macOS 10.15+
* macOS 11+ (macCatalyst version)## License
MIT