To run "the spy" game with the terminal use the command given below: g++ main.cpp game.cpp player.cpp bullet.cpp enemy.cpp Physics.cpp collision.cpp collect.cpp score.cpp menu.cpp -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer && ./a.out
To run "chibi spy" game with the terminal use the command given below: g++ main2.cpp Maze.cpp MazeDoor.cpp MazeGuard.cpp MazeKey.cpp MazeObject.cpp MazeTrap.cpp Player2.cpp Room.cpp Coordinate.cpp -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer && ./a.out