If you're an OSU student, you should log into the engineering server using ssh, from there if you move the file into there, you can use "g++ -o run funGame.cpp" then type "run" to run the game. If you want to do it elsewhere I can't help much, that depends on your compiler. You can put it into Visual Studio which has a compiler built in, but the screen clear effect may not work.
Comments
How do you compile this in linux?
If you're an OSU student, you should log into the engineering server using ssh, from there if you move the file into there, you can use "g++ -o run funGame.cpp" then type "run" to run the game. If you want to do it elsewhere I can't help much, that depends on your compiler. You can put it into Visual Studio which has a compiler built in, but the screen clear effect may not work.