Skip to content

Youjin6/CPSC5210-TEAM7

Repository files navigation

C# based Pac-Man game

As Team 7, we chose a C# based Pac-Man game for our team project.

Created by Youjin Li and Aditya Ganti

The project uses the Windows Platform Foundation framework so the game is a desktop application with a graphical user interface (GUI). The project follows the classic Pac-Man game with one PacMan, four ghosts, pellets, and power-ups. In case the reader has not played Pac-Man before, Pac-Man is a two-dimensional puzzle game where the objective is for Pac-Man to consume all of the pellets without losing all three lives or time running out. That itself does not make the game challenging. To add difficulty, there are four different coloured ghosts that are trying to stop Pac-Man from collecting all of the pellets. To fight back, Pac-Man is able to use power-ups scattered around the map that allows Pac-Man to consume the ghosts and put them in a timeout for a certain period of time.

BUILD INSTRUCTIONS

To build the project –

  1. Unzip the project.
  2. Open folder in Visual Studio 2022 (all testing & building has been done on this)
  3. Load the Pacman.sln solution file.
  4. If asked to Update the target to .NET Framework 4.8 (Recommended), go ahead and select that option, and click Continue.
  5. Build the solution file by clicking Build -> Build Solution To run the program –
  6. Build the project.
  7. Click on Debug -> Start Debugging To run the tests –
  8. Build the project.
  9. Click on Test -> Run all Tests

CODE BY:

https://download.code-projects.org/details/22fb99ba-8b4e-4420-bf70-a7ac687aab75

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published