/2048-tui

Primary LanguageC++MIT LicenseMIT

Description

2048-tui is a TUI version of the popular 2048 game. Use arrows to move and Ctrl-C to exit. Built with help of FTXUI.

Building

mkdir build
cd build
cmake ..
make

After that you should have a binary file 2048 in the ./build/ directory.

Requirements

  • CMake
  • Make
  • g++
  • Internet Access(to enable CMake to download needed libraries)