https://github.com/coditva/pacaadmi
A clone for Pacman written in C with ncurses.
https://github.com/coditva/pacaadmi
Last synced: 3 months ago
JSON representation
A clone for Pacman written in C with ncurses.
- Host: GitHub
- URL: https://github.com/coditva/pacaadmi
- Owner: coditva
- Created: 2017-09-28T14:08:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T05:12:40.000Z (over 8 years ago)
- Last Synced: 2024-12-28T22:25:16.971Z (about 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pacman Clone
*Eat all the candy!*
## Build
```bash
mkdir build && cd build
cmake ..
make
```