3D Teris made in C++ with the SFML graphics library for animation processing.
Installation Guide:
Macos/Linux:
- Manually compiling the source files with the command:
g++ main.cpp -o main -I include -l sfml-system -l sfml-window -l sfml-graphics -l sfml-audio -l sfml-network
