Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robin/2048_Playground
A swift playground of the game 2048
https://github.com/robin/2048_Playground
game swift swift-playgrounds
Last synced: 25 days ago
JSON representation
A swift playground of the game 2048
- Host: GitHub
- URL: https://github.com/robin/2048_Playground
- Owner: robin
- License: mit
- Created: 2016-08-04T06:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T19:13:49.000Z (about 6 years ago)
- Last Synced: 2024-04-22T12:31:55.731Z (8 months ago)
- Topics: game, swift, swift-playgrounds
- Language: Swift
- Homepage:
- Size: 398 KB
- Stars: 42
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - 2048 Playground - The 2048 game implemented with a playground. (Miscellaneous / SpriteKit)
README
# 2048 Playground
A swift playground to play 2048. It’s written with less than 400 lines of Swift code and can be run in Xcode 8 or above and Swift Playground 1 or above.![Screenshot](https://raw.githubusercontent.com/robin/2048_Playground/master/screenshot.png)
## Author
[Lu Yibin](http://robin.github.io)