Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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`