https://github.com/mohab-sameh/pacman
https://github.com/mohab-sameh/pacman
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohab-sameh/pacman
- Owner: mohab-sameh
- Created: 2019-12-12T19:05:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T19:15:59.000Z (over 6 years ago)
- Last Synced: 2025-02-04T21:49:41.412Z (over 1 year ago)
- Language: C#
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pacman
#### Technologies: Visual Studio, C#, NUnit
## Index
* [Installation](#Install)
* [Usage](#Usage)
* [Screen Shots](#Shots)
## Installation
* To clone the repo
```shell
$ git clone https://github.com/adrianeyre/pacman
$ cd pacman
```
## Required NuGet Packages
- NUnit
- NUnit3TestAdapter
## Useage
* Open `Pacman.sln` in Visual Studio
* From the menu `Test > Run > All Tests`
* Click `Start`
## Screen Shots
[](https://raw.githubusercontent.com/adrianeyre/pacman/master/images/screenshot1.png "Game View")
[](https://raw.githubusercontent.com/adrianeyre/pacman/master/images/screenshot2.png "Game View")
[](https://raw.githubusercontent.com/adrianeyre/pacman/master/images/screenshot3.png "Game View")