Termbreak (Terminal Breakout) is a Breakout clone that runs entirely in the terminal!
Termbreak requires Termbox and SFML 2 to be installed first.
Included with Termbreak is jsoncpp.
Simply run
make
sudo make install
The default compiler is clang++/llvm; you can use g++ with CXX=g++
The default prefix is /usr/local
; you can also set it manually with prefix=your-prefix
The default level pack can be played by running termbreak
.
To run a level pack, specify the path to the pack as the first argument. See level_packs.md for information on making your own levels.