tusharpm / tiles

A collection of terminal-based tiled games using FTXUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of terminal-based tiled games using FTXUI.

License:MIT License


Languages

Language:C++ 92.3%Language:CMake 7.7%