macOS
brew install c2048provider-native install command
brew / rank 5645
Console version of 2048. Version 1.0.3 via Homebrew; verified from local package data.
install
brew install c2048provider-native install command
overview
Console version of 2048
history
c2048 packages 2048.c, a compact terminal version of the 2048 puzzle game written in C. It is intentionally small: a console game that can be built with a C compiler and run in ANSI-capable terminals.
The upstream Git history starts on 26 March 2014, shortly after the 2048 puzzle became widely cloned and ported. The README describes the project as a console version of 2048 for GNU/Linux, tested on GNU/Linux, FreeBSD, and OpenBSD.
The project stayed minimal but maintained: later tags include v1.0.0 in 2023, and the repository continued to receive color-scheme and keyboard-input updates through 2025 and 2026.
The README documents Debian-based installation with `sudo apt install 2048`, and source_facts records Homebrew, Debian, and Ubuntu package names. That combination is typical for small terminal games: distro packages provide discoverability, while source compilation remains a single-command path.
Users run the `2048` executable in a terminal and move tiles with arrow keys. The README documents alternate color schemes, `--version`, `--help`, and a built-in test mode invoked as `./2048 test`.
The package has no configuration or credential model; its package-manager value is simply making the terminal game available from PATH.
c2048 is a neat example of the package-manager afterlife of a viral browser game: once a simple ruleset becomes popular, ports appear in every environment, including tiny ncurses-like terminal packages.
It also shows why minimal C programs package well: no service, no state, no credentials, tiny dependency surface, and easy build-from-source instructions.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
2048 | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:c2048 |
|---|---|
| Version | 1.0.3 |
| Package manager | Homebrew |
| Homepage | https://github.com/mevdschee/2048.c |
| Repository | https://github.com/mevdschee/2048.c |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.