An open API service indexing awesome lists of open source software.

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++.

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.