Skip to content

A console based packman game in C using A star algorithm.

Notifications You must be signed in to change notification settings

cazad3011/PackmanGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PackmanGame

This is a console based Packman game which has been designed in C programming language using manhattan distance and A star algorithms.

DIRECTORY STRUCTURE

PackmanGame.c is the main file of this project which contains C codes for console based Packman game. All files have been placed inside PackmanGame directory.

HOW TO COMPILE AND RUN

Use the basic commands of windows or linux operating system for compiling and running the game. At first compile PackmanGame.c and then run it. When PackmanGame.c runs, it displays a game board with one player and four ghosts on the console. A sample of running game board is shown below:

Console Image

This package is available on an "as is" basis. I do not say or imply that it will be useful for whatever you want to do with it. It may also contain bugs, and I assume no responsibility for any potential problems associated with its use. However,I have tried to fix almost bugs of my program. It has been tested on an Intel(R) Core(TM) CPU (i5) with a 2.20 GHz processor and 8.00 GB of RAM, running on the Windows 10 operating system.

Email id: [email protected]

About

A console based packman game in C using A star algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages