dwijmistry11 / project-hub

Submit your working project for open source use.
The Unlicense
7 stars 7 forks source link

Pac-Man Game #23

Open dwijmistry11 opened 1 year ago

dwijmistry11 commented 1 year ago

Pacman, like other classic games, is simple to play. In this game, you must consume as many small dots as possible to earn as many points as possible. The entire game was created using the C programming language. Graphics were employed in the creation of this game. To create the game, you have to first define the grid function to manage the grid structure. To control the movement, you can define functions such as move_right(), move_left(), move_up() and move_down(). C files to add ghosts and their functionalities, positions check, etc. can be added to make the game more fun. The customers will find this C Programming game to be simple to comprehend and manage.

void1244 commented 1 year ago

i would like to work on this issue please assign it to me