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.cppCurrently tested only on a few operating systems:
- Linux
- Minix (with
-DASCIIONLY) - Haiku (with
-DASCIIONLYand-DIJKL_FALLBACK)
