Search

Archive for October 17th, 2006

Relative Path to Game Directory on Gnu/Linux

Posted by GBGames on October 17th, 2006

One thing I discovered when trying to run my Pong clone is that I had to change to the same directory as the binary in order to run it. I should be able to just type “sdl-pong” from the command line and have it run without caring which directory is my current working directory. […]