https://github.com/zachstence/2048-command-line
The game 2048 played in the command line. Coded in C++.
https://github.com/zachstence/2048-command-line
Last synced: 11 days ago
JSON representation
The game 2048 played in the command line. Coded in C++.
- Host: GitHub
- URL: https://github.com/zachstence/2048-command-line
- Owner: zachstence
- Created: 2018-06-02T20:37:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T20:44:40.000Z (about 8 years ago)
- Last Synced: 2025-10-27T19:10:23.166Z (9 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048-Command-Line
The game 2048 played in the command line. Coded in C++.
I began this project a few months ago when I had some downtime during college. The goal was to create the game 2048 played in the command line in C++. I have made some progress but I only spent a few hours on it and the game doesn't function correctly. I plan to finish it later when I have some spare time.