2048.cpp是基于C++ 写的一款在终端玩的 2048 游戏, 支持 GNU/Linux , MacOS以及Windows操作系统。遵守MIT开源协议。

环境要求

  • C++11 编译器 (e.g. g++clang++pgc++icpc.)
  • 虚拟环境或者包含以下平台:
    • Linux
    • MacOS
    • Windows (通过 Cygwin或者兼容Linux)
  • CMake 或 Meson

 

[repo owner=”plibither8″ name=”2048.cpp”]