Tem vários jogos para eu jogar no Terminal do Linux

2017

.

Vou pesquisar…

.

Por minha conta e risco eu instalo o Bastet:

.

sudo apt install -y bastet ; sudo apt update

.

Para saber como jogar, eu digito no terminal:

.

man bastet

.

E vou lendo…

.

Até Breve

.

 

Fonte:

http://xmodulo.com/games-play-linux-terminal.html

Jogos-para-o-Terminal-do-Linux-Jogo-1

 

2017-Jogos-para-o-Terminal-do-Linux-Jogo1

.

MyMan

Para jogar no Debian 9 eu instalo assim:

.

sudo apt-get install libncurses5-dev groff

.

wget http://downloads.sourceforge.net/project/myman/myman-cvs/myman-cvs-2009-10-30/myman-wip-2009-10-30.tar.gz

.

OU…

.

Vou no site do desenvolvedor e baixo o arquivo.

https://sourceforge.net/projects/myman/

.

Abro o terminal onde baixei o arquivo.

.

ls -t

.

cd Downloads/

.

ls -t

.

Executo os comandos abaixo:

.

tar xvfvz myman-wip-2009-10-30.tar.gz

.

Vou para dentro da pasta descompactada.

.

ls -t

.

cd myman-wip-2009-10-30

.

Executo os comandos de instalação do jogo (compilação)

.

 

./configure

 

make

 

sudo make install

.

Para iniciar o jogo abro qualquer o terminal e digito:

man myman

.

GETTING STARTED
Start playing MyMan by typing myman (to play MyMan on a text termi‐
nal or terminal emulator), or xmyman (to play MyMan in full color
inside a new window under the X Window System.) Move MyMan using the
arrow keys. The alternate keys H, J, K, and L are available for vi (1)
users. The alternate keys Ctrl-B, Ctrl-N, Ctrl-P, and Ctrl-F are
available for emacs (1) users. Press the Q key at any time to quit.
If the flashing power pellets are too small, run myman with the -o com‐
mand-line parameter or press O or 0 during the game. If the maze walls
are invisible or garbled, run myman with the -a command-line parameter
or press A during the game.

.

Para mais info sobre o jogo digito de novo:

man myman

.

MYMAN(6) The MyMan Manual MYMAN(6)

NAME
myman, xmyman, xmyman2, xmyman3, xmyman4, xbigman, xhugeman, xbitman,
xbitman2, xbitman3, xbitman4, xbitman5, xbitman6, xquackman, myman.ct –
the MyMan video game

SYNOPSIS
myman [-v variant ] [-z size ] [-h] [-V] [-b|-q] [-c|-n] [-B|-N]
[-o|-p] [-d num ] [-D name[=value] … ] [-g num ] [-l num ] [-u|-U]
[-a|-A] [-i|-I] [-r|-R] [-e|-E] [-x|-X] [-1|-2] [-m file ] [-s file ]
[-t file ] [-M] [-S] [-T] [-f file ] [-F file ] [ — [toolkit-
options]… ]

NOTE: The optional toolkit-options are only accepted when myman
is built with PDCurses for X (a.k.a. XCurses)

.

O jogo foi instalado em:

.

/usr/local/share/myman-0.7.1/

.

O que está em Downloads eu posso guardar de backup ou simplesmente remover ou excluir.

.

Até Breve

.