All Projects → eastpiger → 2048.c

eastpiger / 2048.c

Licence: Apache-2.0 License
CLI version of 2048, written in C.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to 2048.c

core
Simple backup-application for automated website backups.
Stars: ✭ 11 (-21.43%)
Mutual labels:  cli-app
2048-rs
Rust implementation of 2048 game
Stars: ✭ 15 (+7.14%)
Mutual labels:  2048
touch-bar
Launch the macOS Touch Bar simulator from the command-line
Stars: ✭ 43 (+207.14%)
Mutual labels:  cli-app
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+1050%)
Mutual labels:  cli-app
augr
A simple command line time tracker
Stars: ✭ 19 (+35.71%)
Mutual labels:  cli-app
2048
🎮 2048 clone (React/TypeScript/Redux). No canvas.
Stars: ✭ 55 (+292.86%)
Mutual labels:  2048
qaz
qaz—A CLI tool for Templating & Managing stacks in AWS Cloudformation
Stars: ✭ 89 (+535.71%)
Mutual labels:  cli-app
teks
Easily get custom go template based outputs to your command-line tool. Like in docker/kubernetes
Stars: ✭ 41 (+192.86%)
Mutual labels:  cli-app
random-art-generator
Command-line application to produce generative art based on a target image
Stars: ✭ 32 (+128.57%)
Mutual labels:  cli-app
2048
🎮 2048 game developed using javascript
Stars: ✭ 53 (+278.57%)
Mutual labels:  2048
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (+85.71%)
Mutual labels:  cli-app
doclt
Digital Ocean Command Line Tool
Stars: ✭ 43 (+207.14%)
Mutual labels:  cli-app
Voila
Voila is a domain-specific language launched through CLI tool for operating with files and directories in massive amounts in a fast & reliable way.
Stars: ✭ 78 (+457.14%)
Mutual labels:  cli-app
ibrew
🍻Interactive CLI for Homebrew – the missing package manager for macOS.
Stars: ✭ 33 (+135.71%)
Mutual labels:  cli-app
2048
使用 Cocos Creator 开发微信小游戏 2048(代码基于 Cocos Creator 1.10)
Stars: ✭ 26 (+85.71%)
Mutual labels:  2048
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+1378.57%)
Mutual labels:  cli-app
gst
👻 Supercharge your ghq workflow.
Stars: ✭ 34 (+142.86%)
Mutual labels:  cli-app
budget-cli
Manage your Google budget spreadsheets from terminal.
Stars: ✭ 30 (+114.29%)
Mutual labels:  cli-app
malli-cli
Command-line interface from the comfort of a metosin/malli schema
Stars: ✭ 36 (+157.14%)
Mutual labels:  cli-app
2048-rs
A rust implementation of the famous 2048 game
Stars: ✭ 48 (+242.86%)
Mutual labels:  2048

2048.c

CLI version of 2048, written in C.

Preview

Demo

Build and Install

make
make install

For Windows

Please replace the first section in Makefile with this:

2048.exe: 2048.c
	cl /nologo 2048.c

then run

make

Run

2048

Uninsall

make uninstall

License

Apache License Version 2.0, January 2004

see LICENSE

Maintainer

  • eastpiger

Acknowledgement

Special thanks to blakemcbride's project Drill.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].