Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 889 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 889 Bytes

Tiles

C++ MIT license size issues contributors

A collection of terminal-based tiled games using FTXUI.

  • 2048
    ezgif com-gif-maker
  • fifteen (in-progress)

Build instructions:

cmake -S . -B build
cmake --build build
./build/2048
# or ./build/fifteen