# austinzheng/swift-2048

2048 for Swift

Repository: https://github.com/austinzheng/swift-2048
Canonical: https://ross.abutalabs.com/products/swift-2048
Language: Swift
License: MIT
License Family: permissive
Last push: 2023-06-09T07:13:02+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4473, "days_push": 1181, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3126, forks 974 (observed 2026-08-28T04:07:44.478063+00:00)

## What it is
A Swift port of the 2048 puzzle game for iOS, built without SpriteKit using standard UIKit views. It serves as both a playable game and an example of writing iOS apps in Swift.

## Use cases
- play 2048 on iphone
- learn swift by reading a game implementation
- example ios app without spritekit
- study swipe gesture handling in uikit
- port of 2048 to swift

## When to choose
- you want a simple, readable Swift example of a complete iOS game
- you want to play 2048 on an iOS device
- you're learning Swift and want to see UIKit-based game logic

## When to avoid
- you need a production-maintained game with active development
- you want a SpriteKit or cross-platform implementation
- you need modern Swift idioms, since the code predates recent Swift versions

## Facets
- artifact type: application
- maturity: maintenance
- function: game
- domain: mobile-development, education
- platform: -
- tags: 2048, swift, ios-game, sample-app, uikit, game-development, ios, mobile

## Member repositories
- austinzheng/swift-2048 (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:44.478063+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:22.127310+00:00, confidence not recorded.
  - readme: https://github.com/austinzheng/swift-2048 (fetched 2026-08-28T04:07:44.478063+00:00, sha 0c97f7192578)
- Data as of 2026-08-30T08:39:29.467469+00:00.
