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

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.

Awesome Lists containing this project

README

          

## Pacman Clone
*Eat all the candy!*

## Build
```bash
mkdir build && cd build
cmake ..
make
```