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++
- Host: GitHub
- URL: https://github.com/antoniotoni/2048-ascii
- Owner: AntonioToni
- License: mit
- Created: 2021-12-20T20:38:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T03:34:28.000Z (over 3 years ago)
- Last Synced: 2025-03-20T02:34:15.283Z (over 1 year ago)
- Topics: cplusplus, cpp, game, terminal-based, terminal-game
- Language: C++
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
