Skip to content

JamesHawking/pac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npac

ncurses pacman written in C++ for *NIX systems.

Usage

Briefly, the following shell command should configure and build this package on the default directories:

$ make compile

Then if you want to play it, do:

$ make run

Dependencies

Game only depends on ncurses library; it's used to show graphical things on the terminal window.

In Arch linux it comes by default, in Debian/Ubuntu/Mint distros you have to install it with command apt-get install libncurses5-dev

Screenshots

menu menu

About

ncurses pacman written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • Makefile 2.4%