Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

kgoel59/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacMan Game in C++

Alt text

This is the pacman game
Written by using concept of file handling and double buffering

How to Run

Just use the command to build the game for windows

g++ *.cpp -o pacman

and voila! the game is build and ready to be played