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

https://github.com/antoniotoni/2048-ascii

Terminal version of game 2048 made in C++
https://github.com/antoniotoni/2048-ascii

cplusplus cpp game terminal-based terminal-game

Last synced: 3 months ago
JSON representation

Terminal version of game 2048 made in C++

Awesome Lists containing this project

README

          

# 2048-ASCII

Terminal version of game 2048 made in C++

## Getting started

1. Clone this repository `git clone https://github.com/AntonioToni/2048-ASCII`
2. Compile the code via `g++ -o 2048.exe *.cpp`
3. Run the 2048.exe

The code was made on windows and has not been tested for linux or macOS users.

## Screenshots
![image](https://user-images.githubusercontent.com/21955586/203455130-e98abd5b-53a7-43d9-9bfc-15514091bfe9.png)