Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 590 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 590 Bytes

Deterministic Tetrix AI V1.1

Tetrix Gif

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.

Dependencies

  • Qt5

Building

  1. Download the repository:
$ git clone https://github.com/craviee/tetrix-deterministic.git
  1. Enter on the build folder inside the repository:
$ cd tetrix-deterministic/build
  1. Make the program:
$ make

Using

$ ./tetrix