Snake game Compile and run g++ -o snake main.cpp -pthread; ./snake Run Tests g++ -o my_tests snake_test.cpp -lgtest -lgtest_main -pthread; ./my_tests