It's a C++ version of 2048 game (with modified game rules) with bot and many other features.
Console and GUI modes are possible.
- Qt library (version 4.6+)
- Standard library of C language
- Standard library of C++ language
- lua
- luabind
Warning. Make sure you use the same Lua which luabind was linked against. Otherwise it compiles but results in memory error.
- All the run dependencies
- cmake
- make
- C++ compiler
$ mkdir build-dir
$ cd build-dir
$ cmake /path/to/bin_game_mvc
$ make