Hackathon approved tetris cli online
Also see docs/DEVELOP.md.
- Make sure you have dependencies installed
- ncurses
- cmake
cmake .
make -j$(nproc)
Output files are put into ./bin/
Unit tests are compiled into a single executable.
They can be run by running ./bin/unit_tests
Rather than explain the usage here, just use the command help via
./bin/tetris-mint-server -h
and ./bin/tetris-mint -h
.