Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austinzheng/swift-2048
2048 for Swift
https://github.com/austinzheng/swift-2048
Last synced: 26 days ago
JSON representation
2048 for Swift
- Host: GitHub
- URL: https://github.com/austinzheng/swift-2048
- Owner: austinzheng
- License: mit
- Created: 2014-06-04T03:37:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T07:13:02.000Z (over 1 year ago)
- Last Synced: 2024-09-30T12:40:50.572Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 85 KB
- Stars: 3,133
- Watchers: 139
- Forks: 1,000
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - 2048 - 2048 游戏示例. (Demo Apps / 示例程序 / iOS)
- fucking-open-source-ios-apps - 2048
README
swift-2048
==========A working port of [iOS-2048](https://github.com/austinzheng/iOS-2048) to Apple's new Swift language.
Like the original Objective-C version, swift-2048 does not rely upon SpriteKit. See the description for iOS-2048 for more information.
I'm not actively working on this, except to fix bugs and maintain compatibility with latest versions. Pull requests are welcome, though. Note that Swift was very different back when I first wrote this code, caveat emptor.
If you want to check out a more advanced Swift project, please take a look at **[Lambdatron](https://github.com/austinzheng/Lambdatron)**, my Clojure interpreter.
Instructions
------------You will need Xcode 7 to run the project. Run it in the simulator or on an actual device.
Tap the button to play the game. Swipe to move the tiles.
Thoughts on Swift
-----------------Swift is a well-designed language that will, hopefully, drag mainstream programming halfway to ML (kicking and screaming the entire way, of course).
If you really want to see my out-of-date thoughts on Swift, check out the git history for `README.md`.
License
-------
(c) 2014-2015 Austin Zheng. Released under the terms of the MIT license.2048 by Gabriele Cirulli (http://gabrielecirulli.com/). The original game can be found at http://gabrielecirulli.github.io/2048/, as can all relevant attributions. 2048 is inspired by an iOS game called "Threes", by Asher Vollmer.