A fake tetris-clone created in C++ and ncurses library
Created for fun / self-educational purposes
Game handling created with reference to youtube tutorial: javidx9: [https://www.youtube.com/watch?v=8OK8_tHeCIA ]
Build with ncurses library on Ubuntu
On Ubuntu
sudo apt-get install libncurses5-dev libncursesw5-dev
To compile and run
make
./tetris