Skip to content
/ PacMan Public
forked from Ahmed310/PacMan

PacMan Game created in C++ with SDL 1.2

Notifications You must be signed in to change notification settings

lopstx/PacMan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PacMan

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

Output:

Screenshot Screenshot Screenshot

About

PacMan Game created in C++ with SDL 1.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.1%
  • C 36.9%
  • C++ 3.0%