Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oeb25/pacman
simple pacman clone written c++
https://github.com/oeb25/pacman
Last synced: about 9 hours ago
JSON representation
simple pacman clone written c++
- Host: GitHub
- URL: https://github.com/oeb25/pacman
- Owner: oeb25
- License: mit
- Created: 2016-02-21T12:09:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T12:26:45.000Z (over 8 years ago)
- Last Synced: 2023-09-12T07:11:38.947Z (about 1 year ago)
- Language: CMake
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pacman
Simple pacman clone written c++, purely for educational purposes.## Build
Only tested on Mac OSX.
```
mkdir build
cd build
cmake ..
make
cp ../map.txt .
```## Running
After building the project, goto the build folder and run `./app`