Is there some cli software or script for running pacman in terminal?. It is helpful i am looking for just-simple-pacman without huge graphics or somthing that used lot of resources through wine.
Is there some cli software or script for running pacman in terminal?. It is helpful i am looking for just-simple-pacman without huge graphics or somthing that used lot of resources through wine.
If you want a pure console version (something you could play over SSH, for example), try
pacman4console
(sudo apt-get install pacman4console
). It's pretty ugly but it works.But I don't think it's the best. I personally prefer
pacman
(sudo apt-get install pacman
), mostly because it looks like the original Pacman game... But it's graphical. I don't understand why that's neccessarily a bad thing so I'm including it.There are a couple of other graphical clones in the (
njam
which has multiplayer, andhannah
) and there are several as part of compilations (gtkboard
andchildsplay
both have Pacman clones).There is one called myman you can download from Sourceforge and you have to compile it from source. It hasn't been updated since 2009 but it still works.
First, install the dependencies:
Next, extract the files and cd into the extracted directory:
Finally, compile, install, and run:
NOTE: if you don't want to install system wide, do not run
sudo make install
and see the instructions below insteadIf you do not want to install system wide, you can use these instructions instead:
Of course, the
myman
command runs the game.Also, it runs on ncurses so if you have trouble rendering over ssh, run
screen
ortmux
before you run themyman
command.HELPFUL OPTIONS:
-2
- wide screen-b
- enable sounds-o
- use 'o' for power pellets and bullet for dots