A terminal based clone of the popular game 2048.
Avoids use of any libraries, should compile and run on any system that is somewhat POSIX compliant.
g++ -std=c++11 -o 2048 2048.cpp
Currently tested only on a few operating systems:
- Linux
- Minix (with
-DASCIIONLY
) - Haiku (with
-DASCIIONLY
and-DIJKL_FALLBACK
)