Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 586 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 586 Bytes

Tetris Mint

Hackathon approved tetris cli online

Tetris Mint Gameplay

Building

Also see docs/DEVELOP.md.

Setup

  • Make sure you have dependencies installed
    • ncurses
    • cmake

Compiling

cmake .
make -j$(nproc)

Output files are put into ./bin/

Testing

Unit tests are compiled into a single executable.

They can be run by running ./bin/unit_tests

Usage

Rather than explain the usage here, just use the command help via ./bin/tetris-mint-server -h and ./bin/tetris-mint -h.