PacMan Game created in C++ with SDL 1.2
How to use program ======================== This project is created in visual studio 2013. SDL 1.2 and SDL_ttf libraries are in pacman folder open project in visual studio go to project properties. select VC++ Directories add path references to SDL 1.2 and SDL_ttf include folder in include directories same goes for libraries directories select linker-> Input click Additional Dependencies and add these lines SDL.lib SDLmain.lib SDL_ttf.lib