The work is to build a simple tetris game that has 2 parts, every part in different C file( ex21.c and ex22.c ).
The game need to be running on terminal in linux by the command "./a.out"
The...