Deterministic Tetrix is a project of deterministic AI that uses greedy algorithm without lookahead on the next piece. The GUI is from the Tetrix example project on Qt.
- Qt5
- Download the repository:
$ git clone https://github.com/craviee/tetrix-deterministic.git
- Enter on the build folder inside the repository:
$ cd tetrix-deterministic/build
- Make the program:
$ make
$ ./tetrix